grunt-bower icon indicating copy to clipboard operation
grunt-bower copied to clipboard

Version 0.15.1+ no longer works in SailsJS

Open theblang opened this issue 11 years ago • 3 comments

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.

theblang avatar Oct 23 '14 05:10 theblang

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 [email protected]:

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.

curist avatar Oct 23 '14 05:10 curist

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

theblang avatar Oct 23 '14 18:10 theblang

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.

curist avatar Oct 26 '14 01:10 curist