summaryrefslogtreecommitdiffstats
path: root/reporting/pages/angular.sh
blob: 0e00ea635fd103bd03b623f843bfb994438396d1 (plain)
1
2
3
4
5
6
7
apt-get install -y nodejs
apt-get install -y npm
npm install
npm install -g grunt
npm install -g bower
bower install --force --allow-root
grunt build