This commit is contained in:
Michael Vorburger 2015-03-12 15:51:13 +01:00
parent f9d0114936
commit 7ded7cb90b

10
build.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# Exit the script if any command returns a non-true return value (http://www.davidpashley.com/articles/writing-robust-shell-scripts/)
set -e
npm install -g grunt-cli
npm install -g bower
bower install
npm install
grunt prod