On Tuesday, November 11, 2014 7:12:23 PM UTC+3, Jesse Glick wrote: > > On Mon, Nov 10, 2014 at 6:30 PM, Jan Molak <[email protected] > <javascript:>> 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. >
I think you can search example in this plugin https://github.com/jenkinsci/uithemes-plugin -- 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.
