TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

Combine the Javascript and CSS files #46

Closed stephanrauh closed 9 years ago

stephanrauh commented 9 years ago

We should give our users a hint in the documentation how to combine the Javascript and CSS files (by using http://showcase.omnifaces.org/resourcehandlers/CombinedResourceHandler). Maybe we should even implement such a resource handler ourselves.

stephanrauh commented 9 years ago

I modified several components of BootsFaces so that the CombinedResourceHandler detects their JS files and combines them into a single file.

stephanrauh commented 9 years ago

Done. The CombinedResourceHandler is already active on the staging area, so I assume we can call the feature "tested".

The documentation will be available at http://www.bootsfaces.net/integration/OmniFaces.jsf as soon as the new version of the showcase has been released.