diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-22 23:13:50 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-22 23:13:50 +0100 |
| commit | 1aeb7cd21f7dba2891ff75b5f4b621d3de0f3ed5 (patch) | |
| tree | 0ba60b5f176609578184aabf5f9ac075122cd80d /scripts | |
| parent | Switched from cssnano to csso, added robots.txt, changed output dir (diff) | |
| download | volpeon.ink-1aeb7cd21f7dba2891ff75b5f4b621d3de0f3ed5.tar.gz volpeon.ink-1aeb7cd21f7dba2891ff75b5f4b621d3de0f3ed5.tar.bz2 volpeon.ink-1aeb7cd21f7dba2891ff75b5f4b621d3de0f3ed5.zip | |
Inlined simple scripts in the makefile
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_fonts.sh | 13 | ||||
| -rwxr-xr-x | scripts/build_sass.sh | 3 | ||||
| -rwxr-xr-x | scripts/serve.sh | 3 |
3 files changed, 0 insertions, 19 deletions
diff --git a/scripts/build_fonts.sh b/scripts/build_fonts.sh deleted file mode 100755 index 145dfef..0000000 --- a/scripts/build_fonts.sh +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | pyftsubset assets/iosevka-term-ss09-regular.ttf \ | ||
| 4 | --text-file='assets/glyphs.txt' \ | ||
| 5 | --layout-features+=ss09,dlig \ | ||
| 6 | --flavor='woff2' \ | ||
| 7 | --output-file='output/iosevka-term-ss09-regular.woff2' | ||
| 8 | |||
| 9 | pyftsubset assets/iosevka-term-ss09-bold.ttf \ | ||
| 10 | --text-file='assets/glyphs.txt' \ | ||
| 11 | --layout-features+=ss09,dlig \ | ||
| 12 | --flavor='woff2' \ | ||
| 13 | --output-file='output/iosevka-term-ss09-bold.woff2' | ||
diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh deleted file mode 100755 index f972859..0000000 --- a/scripts/build_sass.sh +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | sassc assets/style.scss | node_modules/.bin/csso > output/style.css | ||
diff --git a/scripts/serve.sh b/scripts/serve.sh deleted file mode 100755 index 9952373..0000000 --- a/scripts/serve.sh +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | python -m http.server --bind 127.0.0.1 --directory output | ||
