Chung-Yu Chang
Chung-Yu Chang
I can't reproduce this issue using the same configuration. Everything work fine here. Can you provide a minimal code example that reproduce this behavior?
try this ```sh git clone [email protected]:4e13a2c6c5bac868e07aa9cb9ca03dcf.git foo cd foo npm i bower i jquery-validation grunt ``` and check if jquery.validate.js is in `wwwroot` folder.
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,...
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...
Will look into this soon, stay tuned. 2014-03-17 22:03 GMT+08:00 nmcclay [email protected]: > As far as I can tell grunt-bower copies package files in alphabetical > order. Which is sometimes...
Have you come up with any implementation detail about this? In my initial thought, `sort` option will take a callback, pass in all bower components' name as an array, and...
Another option would be take up to 2 parameters, `high-priority` and `low-priority`, both take names array. Copy order would be 1. names in `high-priority` 2. names not in `high-priority` nor...