File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44
55appdir=$( cd $( dirname $0 ) ; pwd)
66
7- cd $appdir && npm install
7+ cd $appdir && npm install uglifyjs
88
99$appdir /node_modules/.bin/uglifyjs \
1010 angular-async-loader.js -c -m \
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-async-loader" ,
33 "version" : " 1.3.0" ,
4- "description" : " async loader for angular 1.x" ,
4+ "description" : " async loader for angular 1.x application " ,
55 "author" : {
66 "name" : " Guoqiang Chen" ,
77 "email" : " subchen@gmail.com" ,
2626 " ngRoute"
2727 ],
2828 "dependencies" : {},
29- "devDependencies" : {
30- "browser-sync" : " ^2.12.8" ,
31- "uglifyjs" : " ^2.4.10"
32- },
29+ "devDependencies" : {},
3330 "scripts" : {
3431 "build" : " ./build.sh" ,
35- "start" : " browser-sync start -s demo --files demo"
32+ "start" : " npm install browser-sync && browser-sync start -s demo --files demo"
3633 }
3734}
You can’t perform that action at this time.
0 commit comments