-
Notifications
You must be signed in to change notification settings - Fork 27
Support for setting package copy order #19
Comments
Will look into this soon, stay tuned. 2014-03-17 22:03 GMT+08:00 nmcclay [email protected]:
|
Have you come up with any implementation detail about this? Maybe it's not that convienient, or maybe it's all depends on one's javascript-fu. |
Another option would be take up to 2 parameters,
This would be much easier for users. |
Honestly I'd take pretty much anything that would let me configure this order at all. If you are in the granting wishes mood though, I'd love being able to configure a 'weight' property in the packageSpecific options. Something like -
|
As far as I can tell grunt-bower copies package files in alphabetical order. Which is sometimes something you might want to actually control. For example I'm trying to use grunt-bower in conjunction with Sails.js automatic asset linking and its almost there except for I have no control over the order that packages are copied to the assets directory.
Could we possibly add a 'sort' parameter to the options property? Or possibly a 'order' parameter to the packageSpecific options?
Thanks!
The text was updated successfully, but these errors were encountered: