angular-placeholders icon indicating copy to clipboard operation
angular-placeholders copied to clipboard

Bower version not properly installed

Open peta opened this issue 11 years ago • 0 comments

When installed using bower install angular-placeholders the files are downloaded into the right place (e.g. /app/bower_components/angular-placeholders) but they are not properly loaded/inserted in the index.html. The reason for this is, that the final script files must reside in the module's root directory (see above) and not in some subdirectory like src/img/img.js. Afaik that's a well known problem in the bower ecosystem.

peta avatar Mar 18 '14 16:03 peta