You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 otherbower
components not being able to access that embedded version ofangular
. 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 theirlibs
file, include the libraries independently just for tests. Is this at all possible?The text was updated successfully, but these errors were encountered: