Sass手表正在检测变化,但没有编译为CSS

当我运行sass --watch app.sass:app.css终端显示已经检测到变化,但不会编译为css。 我使用波旁因此所有.scss和.sass文件都通过mixin导入。

恩。

 >>> Sass is watching for changes. Press Ctrl-C to stop.
 >>> Change detected to: css/2-modules/top-nav.scss

确保使用_filename.scss保存的文件已正确导入到mainfile.scss 。 如果你没有导入_filename.scss它会检测到一个变化但不能编译。


检查文件夹中的Config.rb文件。 没有它,你必须每次都通过Ctr c并传递这个命令sass --watch scssname:cssname

那么你可以在css中找到你的代码。


你确定你所有的partials都被导入到app.scss中吗? 我有同样的问题,只是为了实现我正在修改的部分文件(_custom.scss)实际上并未被main.scss导入。

链接地址: http://www.djcxy.com/p/83425.html

上一篇: Sass watch is detecting changes but not compiling to css

下一篇: time screensharing to Java app (localhost)