curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

Fix package folder flattening #37

Closed ertrzyiks closed 10 years ago

ertrzyiks commented 10 years ago

Like like @adambiggs described in #36 , its impossible to copy using root path as relative base. Im not sure its valid solution, but it works for my cases.

My change set default expanded_dir to component folder, like "bower_components/jquery" for jquery.

curist commented 10 years ago

Thanks for fixing this. I've modified it a bit to cooperate with the keepExpandedHierarchy option.