forked from consiglionazionaledellericerche/sprint-flows-oiv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjs.sh
executable file
·34 lines (23 loc) · 1013 Bytes
/
js.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/env bash
#echo '################ RIMOZIONE node_modules ###############################################'
#rm -r src/main/webapp/node_modules
#rm -r node_modules
echo '################ RIMOZIONE bower_components ###############################################'
rm -r src/main/webapp/bower_components
#rm -r bower_components
#echo '################ INSTALL NPM ###############################################'
#npm install
echo '################ BOWER install ###############################################'
#bower install src/main/webapp/node_modules
bower install
#echo '################ spastamento bower_components ###############################################'
##cp -r bower_components src/main/webapp
#mv bower_components src/main/webapp
#echo '################ INSTALL GULP ###############################################'
##sudo npm install -g gulp src/main/webapp
#sudo npm install -g gulp
#
#
#
#echo '################ GULP ###############################################'
#gulp