nicinabox / superslides

A fullscreen, hardware accelerated slider for jQuery.
http://archive.nicinabox.com/superslides
MIT License
1.51k stars 442 forks source link

Bower issue #313

Open rowild opened 9 years ago

rowild commented 9 years ago

When downloading superslides via bower install superslides, the included ".bower.json" soes not contain any "main" segment. Therefore neither css nor the js will be included, when starting grunt serve and an error like

superslides was not injected in your file.
Please go take a look in "/Volumes/_II_/SITES/__ZZZ_CMS_FW_TESTS/da_html/bower_components/superslides" for the file you need, then manually include it in your file.

will be thrown.

Copying the main-section from the bower.json here on this very git repository makes everything work again.

noez commented 9 years ago

the problem is that the bower.json is not generated, there are two files bower one dot to another without dot, dependency injectors read files without the point, because the main component files are defined in this file.