Best way to auto compile compass-style SASS via maven

前端 未结 4 1116
挽巷
挽巷 2021-02-08 10:35

referring to SASS implementation for Java? :

What is the best way to auto-compile compass-style.org stylesheets in maven goal compile respectively package?

I wou

4条回答
  •  说谎
    说谎 (楼主)
    2021-02-08 11:15

    I was using the Sass Maven Plugin by nl.geodienstencentrum.maven but it uses Ruby and is very slow.

    I've now switched to: Libsass Maven Plugin

    https://github.com/warmuuh/libsass-maven-plugin

    This uses C and our compile times are much less (8.6 seconds to -> 2 seconds)

提交回复
热议问题