Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

Missing some assets after dumping #93

Closed kieste closed 10 years ago

kieste commented 10 years ago

After dumping assets not all dependencies are showing up in my web folder. Examples:

"equalize": "latest",
"gmaps-markerclusterer-plus": "latest"

Those two components are missing in my web folder. But they got downloaded into AcmeBundle/Resources/public/components/..

kieste commented 10 years ago

oh, just saw this in my bower install log:

bower gmaps-markerclusterer-plus#*     invalid-meta gmaps-markerclusterer-plus is missing "main" entry in bower.json
bower gmaps-markerclusterer-plus#*     invalid-meta gmaps-markerclusterer-plus is missing "ignore" entry in bower.json

So this must be reason why no assets will be dumped.