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 4
4
5
5
appdir=$( cd $( dirname $0 ) ; pwd)
6
6
7
- cd $appdir && npm install
7
+ cd $appdir && npm install uglifyjs
8
8
9
9
$appdir /node_modules/.bin/uglifyjs \
10
10
angular-async-loader.js -c -m \
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-async-loader" ,
3
3
"version" : " 1.3.0" ,
4
- "description" : " async loader for angular 1.x" ,
4
+ "description" : " async loader for angular 1.x application " ,
5
5
"author" : {
6
6
"name" : " Guoqiang Chen" ,
7
7
"email" : " subchen@gmail.com" ,
26
26
" ngRoute"
27
27
],
28
28
"dependencies" : {},
29
- "devDependencies" : {
30
- "browser-sync" : " ^2.12.8" ,
31
- "uglifyjs" : " ^2.4.10"
32
- },
29
+ "devDependencies" : {},
33
30
"scripts" : {
34
31
"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"
36
33
}
37
34
}
You can’t perform that action at this time.
0 commit comments