Skip to content

Commit

Permalink
feat(build): build except images
Browse files Browse the repository at this point in the history
  • Loading branch information
lugovsky committed Dec 15, 2015
1 parent 5c7fab8 commit 7a7c2c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion gulp/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};

Expand Down

0 comments on commit 7a7c2c2

Please sign in to comment.