Spea / SpBowerBundle

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

Feature: More flexible install assets. #84

Closed nonlux closed 10 years ago

nonlux commented 10 years ago

Now in bower.json spec:

main

Recommended
Type: String or Array of String

The primary acting files necessary to use your package. 
While Bower does not directly use these files,
 they are listed with the commands bower list --json 
and bower list --paths, so they can be used by build tools.

But it be usefull for clean install. May be implement feature that use main parameter for install only public assets?