Build primefaces from source with minimized resources

65 Views Asked by At

How to build primefaces from source and get minimized resources(css,js)? I am using Primefaces 5.0, and use

mvn clean install

But the resources are not minimized.

primefaces.css/js
jquery-plugins.js
charts.css/js
editor.css/js
...

To make debug easier, it would be nice if there is a switch to turn on/off minimized resources during deploy.

Thanks.

0

There are 0 best solutions below