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 was 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?
I'm trying to use
grunt-bowerto 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
filesfield 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?