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文件中所做的更改更新到css输出。
观看一个 Sass 文件非常简单:
sass --watch input.sass:output.css
但是对于 Haml 文件,我找不到类似的命令
有什么建议么?
你可以试试这个帖子:可能同时“观看”HAML 和 SASS?
答案说 StaticMatic 可以做到。虽然还没有尝试过