fireshell icon indicating copy to clipboard operation
fireshell copied to clipboard

grunt-bower-task file names.

Open b00y0h opened this issue 12 years ago • 0 comments

Being new to grunt/bower I may be not understanding how grunt-bower-task works...

When it's run in it's default setup, it seems to take the name of the package and makes that as the name of the file.

i.e. normalize-css becomes normalize-css.css. Not typically a problem, but is there a way to rename it when it gets put into the app/assets/components folder?

i.e. ericmmartin.simplemodal puts jquery.simplemodal.js (in the src folder) as ericmmartin.simplemodal.js in the app/assets/components folder.

b00y0h avatar Jan 01 '14 18:01 b00y0h