curist / grunt-bower

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

expand: false seems broken 0.14.2 upwards #38

Closed amrutha-rajiv closed 10 years ago

amrutha-rajiv commented 10 years ago

say, this is my bower folder structure -

    bower_lib/
     ** angularjs/
          *** stuff/
                **** xx.js

if target/ is my dest. directory, xx.js is getting copied over to target/stuff instead of target/ i have expand set to false so I think this is possibly a bug.

curist commented 10 years ago

Are you looking for keepExpandedHierarchy? You got to explicitly set it to false.

amrutha-rajiv commented 10 years ago

just tried using that. works, thank you! sorry for the false alarm.