-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hey,
For the bower-concat service to work on creating the '_bower.css' file, you must specify the mainfile for bootstrap(or any other css you want concatenated). Therefore, the full bower_concat job would look like this:
bower_concat: {
all: {
dest: 'builds/development/js/_bower.js',
cssDest: 'builds/development/css/_bower.css',
mainFiles: {
bootstrap: ['dist/css/bootstrap.css']
}
}
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels