1
Fork 0

Purge resources on build

This commit is contained in:
Jake Howard 2018-01-04 13:08:00 +00:00
parent ebe42251f3
commit f4ab007623
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -13,6 +13,7 @@ release: build
build: install
rm -rf $(OUTPUT_DIR)
rm -rf $(STATIC_BUILD)
rm -rf $(BASEDIR)/resources
mkdir -p $(STATIC_BUILD)/js $(STATIC_BUILD)/css
hugo gen chromastyles --style=monokai > $(STATIC_SRC)/scss/highlight.css
$(NODE_BIN)/browserify $(STATIC_SRC)/js/index.js -o $(STATIC_BUILD)/js/app.js