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
When installing with bower and using grunt wiredep to add bower dependencies into my index.html page, it injects using the wrong name for the js file, which still works fine in my mac Vagrant test environment, but not on the staging server due to stricter capitalisation file name rules.
The css file has a capital P
ngProgress.css
The js files do not
ngprogress.js
The bower files build property says that the js file is named
ngProgress.js
which is incorrect.The text was updated successfully, but these errors were encountered: