mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-12-03 00:13:33 +01:00
12 lines
258 B
Makefile
12 lines
258 B
Makefile
|
build:
|
||
|
bundle exec fontcustom compile -F
|
||
|
mv ptio-font.woff assets/webfonts
|
||
|
mv _sass/ptio-font.css ../_sass/ptio-font.scss
|
||
|
mv assets/webfonts/* ../assets/webfonts/
|
||
|
sed -i -e 's/..\/assets\//..\//g' ../_sass/ptio-font.scss
|
||
|
|
||
|
default:
|
||
|
build
|
||
|
|
||
|
.PHONY: build
|