fix: build script

This commit is contained in:
Henrique Dias 2018-02-01 15:03:45 +00:00
parent 26503a63af
commit 058896fc52
2 changed files with 105 additions and 2181 deletions

View File

@ -8,7 +8,7 @@ fi
# Clean the dist folder and build the assets # Clean the dist folder and build the assets
rm -rf node_modules rm -rf node_modules
npm npm install
# Embed the assets using rice # Embed the assets using rice
rice embed-go rice embed-go

File diff suppressed because one or more lines are too long