On the fly LESS compiler for java web app?

后端 未结 3 814
暗喜
暗喜 2021-02-02 15:57

I am looking for a way to compile CSS LESS files on the server side on demand during development. For example if the browser makes a request to /assets/css/foo.css I want the se

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-02 16:42

    I think what you are looking for is a Servlet Filter. I was not aware of an off the shelf one that does LESS compiling and would have started to make one using lesscss-java, but now I can see there is a larger project called Web Resource Optimizer for Java - wro4j with server side LESS support.

提交回复
热议问题