feat(build): build except images

pull/3/head
Vladimir Lugovsky 9 years ago
parent 5c7fab8e98
commit 7a7c2c2e25

@ -63,6 +63,12 @@
"./dist/ammap/maps/js/worldLow.js"
]
},
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"slimScroll": {
"main": "./jquery.slimscroll.js"
}

@ -24,7 +24,7 @@ exports.paths = {
* to inject css preprocessor deps and js files in karma
*/
exports.wiredep = {
exclude: [/\/bootstrap\.js$/, /\/bootstrap-sass\/.*\.js/, /\/bootstrap\.css/, /\/require\.js/],
exclude: [/\/bootstrap\.js$/, /\/bootstrap-sass\/.*\.js/, /\/require\.js/],
directory: 'bower_components'
};

Loading…
Cancel
Save