stephenplusplus / grunt-wiredep

Inject Bower packages into your source code with Grunt.
http://stephenplusplus.github.io/grunt-wiredep
MIT License
860 stars 87 forks source link

Sorting #64

Closed wmbutler closed 10 years ago

wmbutler commented 10 years ago

Is it possible to specify the order of the included files? I have a situation where I need a shim file to appear before angular loads. Thanks for your help if you can provide any.

stephenplusplus commented 10 years ago

I would recommend just manually referencing that file outside of the block, however, you could also try specifying an override for your shim package in your bower.json, to list that it had Angular as a dependency. Honestly, I don't know if that would work, but let me know if it does! Make sure you have the latest version of gbi, and check the readme for docs on overrides.

gad2103 commented 9 years ago

any news @wmbutler ?