curist / grunt-bower

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

Version 0.15.1+ no longer works in SailsJS #41

Open theblang opened 9 years ago

theblang commented 9 years ago

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.

curist commented 9 years ago

Hi there, would you mind do send parts of your gruntfile configuration to let me reproduce the situation? There are some major refactor between those 2 versions, although tests passed, things still break apparently.

2014-10-23 13:12 GMT+08:00 mattblang notifications@github.com:

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.

— Reply to this email directly or view it on GitHub https://github.com/curist/grunt-bower/issues/41.

theblang commented 9 years ago

Here is a pastebin. Let me know if I am missing anything! http://pastebin.com/gX3TQWGX

Also, this is the SO question that led me to your package. http://stackoverflow.com/a/22456574/1747491

curist commented 9 years ago

Hey there, sorry for the late reply. I tested the configuration with latest sailjs setup project, everything works, with v0.15.1 and v0.15.0, after sails lift, bower packages are copied to .tmp just as expected.