Spea / SpBowerBundle

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

How to reference a jquery-ui theme? #78

Open matheo opened 10 years ago

matheo commented 10 years ago

Is there any convention in the registered Assetic resources beyond the main package name like @jquery_ui/themes/flick/jquery_ui_css to use "sub resources"? Or have to use the asset_dir/path/to/sub-resource.ext?

Would be good if the initial docs makes explicit what happens beyond the sexy package aliases ;)

Spea commented 10 years ago

Actually this is not possible, bu I will check this, maybe there is a way to make this work.

rvanlaak commented 10 years ago

The jquery-ui theme should have its own Bower package, with dependencies on jquery-ui right?

I'm also looking for a way to add the ui-lightness theme to my Bower configuration.

Or is it possible for Bower to sparse checkout a folder from https://github.com/components/jqueryui?

Spea commented 10 years ago

No, a sparse checkout is not possible with bower.