Skip to content

bower-concat cssDest not working #1

@szergen

Description

@szergen

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']
}
}
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions