Purge resources on build
This commit is contained in:
parent
ebe42251f3
commit
f4ab007623
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue