pojosontheweb / woko

POJOs on the Web !
http://www.pojosontheweb.com
Apache License 2.0
9 stars 1 forks source link

Layout facet required for "all" when using bootstrap #196

Closed vankeisb closed 10 years ago

vankeisb commented 11 years ago

When using boostrap, the layout is broken (no CSS) if you don't have a layout facet that extends LayoutBoostrap and is assigned to your roles.

Maybe woko.facets.builtin.bootstrap.all.LayoutBootstrap should have a @FacetKey so that including the bootstrap-core module and defining the package woko.facets.builtin.bootstrap before the others would make this facet automatically available.

vankeisb commented 10 years ago

Not a real bug : you simply have to add a layout facet to your project, which is done by woko init. Closing this.