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.
所以我使用的是 Atom,但是当我使用我的 Atom 实时服务器时,css 样式不适用,实际上我得到了一个错误
ERRNO::ENOENT: No such file or directory @rb_sysopen - sass/app.sass
我不应该使用 Atom 实时服务器吗?
这是我在终端中使用的命令:
sass --watch sass:css
这是我的文件结构:
您应该位于该SassStructure文件夹中。像这样:
SassStructure
../SassStructure $ sass --watch sass:css
sass:css是对两个文件夹的引用:sass和css.
sass:css
sass
css