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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
I'm trying to use grunt-bower to copy the .less files from Bootstrap so that I can compile them along with my own .less files into a single .css file.
The example below works, but I don't want to have to list all of them. It would be good if the files field supported wildcards: "less/*.less" (these are not included in the "main" section of bootstrap's bower.json file).
Also, is it (could it be) possible to avoid copying a specific file type, eg: css_dest: false?
+1
I support the idea of having a file ignore list. I have the same issue that I have to work around, I'm using my own less/scss compiler and I want to skip copying the css files.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use
grunt-bower
to copy the .less files from Bootstrap so that I can compile them along with my own .less files into a single .css file.The example below works, but I don't want to have to list all of them. It would be good if the
files
field supported wildcards:"less/*.less"
(these are not included in the "main" section of bootstrap's bower.json file).Also, is it (could it be) possible to avoid copying a specific file type, eg:
css_dest: false
?The text was updated successfully, but these errors were encountered: