Version 0.15.1+ no longer works in SailsJS
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.
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.
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
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.