Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower-concat cssDest not working #1

Open
szergen opened this issue Jun 23, 2016 · 1 comment
Open

bower-concat cssDest not working #1

szergen opened this issue Jun 23, 2016 · 1 comment

Comments

@szergen
Copy link

szergen commented Jun 23, 2016

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

@Synj24
Copy link

Synj24 commented Sep 21, 2017

🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants