Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想决定何时.sass编译文件。换句话说,我不想看文件而是手动编译。
.sass
我该怎么做?
它比我想象的要简单:
sass style.scss style.css
您应该看看 Sassifier,它是 Sass 的独立编译器,可用作第三方编译器https://github.com/zaus/Sassifier
我不知道它是否满足您的需求,但它是开源的,所以您可以分叉并调整它 :)