mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:46:55 +00:00
build.sh how-to doc
This commit is contained in:
parent
7ded7cb90b
commit
56c920c45b
3
build.sh
3
build.sh
@ -3,6 +3,9 @@
|
|||||||
# Exit the script if any command returns a non-true return value (http://www.davidpashley.com/articles/writing-robust-shell-scripts/)
|
# Exit the script if any command returns a non-true return value (http://www.davidpashley.com/articles/writing-robust-shell-scripts/)
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# sudo apt-get install npm nodejs-legacy
|
||||||
|
# npm config set prefix ~
|
||||||
|
|
||||||
npm install -g grunt-cli
|
npm install -g grunt-cli
|
||||||
npm install -g bower
|
npm install -g bower
|
||||||
bower install
|
bower install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user