stephenplusplus/grunt-wiredep

target specific overrides

jrdn91 opened this issue · 0 comments

Is there a way I can specify overrides for a specific target? For instance I use a framework that has angular embedded into a libs file, but when I run tests in my grunt file it's having issues with other bower components not being able to access that embedded version of angular. It would be nice if when I'm running the grunt file for the test target it would be able to read the overrides specific for the test target and instead of including their libs file, include the libraries independently just for tests. Is this at all possible?