On Mon, Nov 10, 2014 at 6:30 PM, Jan Molak <[email protected]> wrote: > If I was developing a regular webapp that would be quite straight-forward as > well - I'd just add a request filter
Without touching maven-hpi-plugin, you could create a library plugin bundling wro4j and installing a http://javadoc.jenkins-ci.org/hudson/util/PluginServletFilter.html so that requests to something.css automatically check for something.less and compile on demand, caching the result after checking a timestamp. I am not sure if this compilation would be considered significant from a performance perspective (in real runs, not hpi:run); obviously you only pay the cost once per session and only if using the plugin feature requiring LESS. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
