fireshell
fireshell copied to clipboard
grunt-bower-task file names.
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.