Skip to content

bower-concat cssDest not working #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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