1
Fork 0

SHow finish commands

This commit is contained in:
Jake Howard 2016-02-28 22:22:19 +00:00
parent 9d3450463e
commit f617c45843
2 changed files with 4 additions and 0 deletions

View file

@ -40,3 +40,5 @@ then
echo ">> Compressing Application..."
uglifyjs static/build/js/app.js --compress --screw-ie8 --define --stats --keep-fnames -o static/build/js/app.js
fi
echo "> JS Built!"

View file

@ -15,3 +15,5 @@ then
echo ">> Compressing LESS..."
cleancss -d --s0 -o static/build/css/style.css static/build/css/style.css
fi
echo "> LESS Built!"