You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
}
}
},
The text was updated successfully, but these errors were encountered:
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']
}
}
},
The text was updated successfully, but these errors were encountered: