dcohenb / angular-img-fallback

Utility to work with loading images, has fallback-src to handle erros in image loading and loading-src for images loading placeholders
MIT License
146 stars 34 forks source link

Bower install has incorrect main js name in bower.json #8

Closed paulfreeman closed 9 years ago

paulfreeman commented 9 years ago

I tried adding this widget into my Yeoman angular based toolchain.

However the filename in the bower.json for angular-img-fallback is incorrect as it references a file angular.dcb-img-fallback.min.js

but the script in the distribution is actually angular-img-fallback.min.js

dcohenb commented 9 years ago

where is angular-img-fallback.min.js referenced? the main file is angular.dcb-img-fallback.min.js and it's the same on the bower.json

paulfreeman commented 9 years ago

I had to remove this as I had to move forward with the work fairly rapidly. If you want to try to replicate this problem, I have a stock Yeoman generated angular build set up that this occurred on. I used the Yeoman generator defaults for Bootstrap and Sass. After running the bower install with --save I ran ground wiredep