community-app/build.sh
Michael Vorburger 7ded7cb90b build.sh
2015-03-12 15:51:13 +01:00

11 lines
238 B
Bash
Executable File

#!/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