mirror of https://github.com/akveo/blur-admin
feat(build): build except images
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…
Reference in New Issue