diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-26 21:51:25 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-26 21:51:25 +0200 |
| commit | 2986f020c87a69224233292969d817de6155e658 (patch) | |
| tree | e012e5d2b60ece9c38ee8dff8b0a527fe6dfdf17 /Makefile | |
| parent | Fix URL regex for ending slashes (diff) | |
| download | gopherproxy-2986f020c87a69224233292969d817de6155e658.tar.gz gopherproxy-2986f020c87a69224233292969d817de6155e658.tar.bz2 gopherproxy-2986f020c87a69224233292969d817de6155e658.zip | |
Code cleanup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -7,9 +7,9 @@ dev: build | |||
| 7 | 7 | ||
| 8 | build: clean | 8 | build: clean |
| 9 | sassc -t compressed css/main.scss assets/style.css | 9 | sassc -t compressed css/main.scss assets/style.css |
| 10 | tsc --strict --module none --outFile /dev/stdout js/KeyValueStore.ts js/main.ts | uglifyjs -c -m -o assets/main.js -- | 10 | tsc --strict --module none --outFile /dev/stdout js/* | uglifyjs -c -m -o assets/main.js -- |
| 11 | pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=glyphs.txt --flavor='woff' --output-file='assets/iosevka-term-ss03-regular.woff' | 11 | pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=fonts/glyphs.txt --flavor='woff' --output-file='assets/iosevka-term-ss03-regular.woff' |
| 12 | pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=glyphs.txt --flavor='woff2' --output-file='assets/iosevka-term-ss03-regular.woff2' | 12 | pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=fonts/glyphs.txt --flavor='woff2' --output-file='assets/iosevka-term-ss03-regular.woff2' |
| 13 | go build -o ./gopherproxy ./cmd/gopherproxy/main.go | 13 | go build -o ./gopherproxy ./cmd/gopherproxy/main.go |
| 14 | 14 | ||
| 15 | profile: | 15 | profile: |
