Modified package json to automatically install bower dependencies.
parent
e2910695f8
commit
998c1c8346
|
@ -13,9 +13,10 @@
|
||||||
"gulp-minify-html": "^1.0.4",
|
"gulp-minify-html": "^1.0.4",
|
||||||
"gulp-sass": "^2.0.4",
|
"gulp-sass": "^2.0.4",
|
||||||
"gulp-strip-debug": "^1.0.2",
|
"gulp-strip-debug": "^1.0.2",
|
||||||
"gulp-uglify": "^1.4.0"
|
"gulp-uglify": "^1.4.0",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"bower": "^1.5.2"
|
"bower": "^1.5.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "bower install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue