grunt-bower icon indicating copy to clipboard operation
grunt-bower copied to clipboard

grunt task to copy bower installed packages to other folder(s)

Results 13 grunt-bower issues
Sort by recently updated
recently updated
newest added

Any idea why the `0.15.1` update would cause the bower_components to not be copied correctly to the `dest` folder? I can revert back to `0.15.0` and it works fine.

As far as I can tell grunt-bower copies package files in alphabetical order. Which is sometimes something you might want to actually control. For example I'm trying to use grunt-bower...

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...