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.
我有一个.scss文件目录。我正在使用sass --watch src:public命令来查看和编译文件,效果很好。
.scss
sass --watch src:public
有什么方法可以在出现错误时捕获?基本上我不想去终端,而是在编译 sass 文件时出现错误时产生“咆哮通知”。
否则,一种检测 bash 输出变化并创建它的咆哮通知的方法。这对我真的很有帮助。
是的,您可以使用 sass lint之类的 sass linter来捕捉其中的大部分
除此之外,您还可以使用 IDE 插件,例如atom 插件
atom lint 错误演示