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
Hi, the dependency wont inject itself in the index.html automatically, so I need to hardcode it, it works fine in a local debug until I redeploy the application.
Doesn't work at all in an external server deployment as when deploying it calls bower install again and overwrites the index.html configuring the war with this new instance of index.html without the injected dependency
Any ideas on how to overcome this?
The text was updated successfully, but these errors were encountered:
Hi, the dependency wont inject itself in the index.html automatically, so I need to hardcode it, it works fine in a local debug until I redeploy the application.
Doesn't work at all in an external server deployment as when deploying it calls bower install again and overwrites the index.html configuring the war with this new instance of index.html without the injected dependency
Any ideas on how to overcome this?
The text was updated successfully, but these errors were encountered: