这是什么情况

来源:3-1 sass语法介绍(基础篇)

resharpe

2016-12-26 21:58

cmd.exe /D /C call D:/soft/Ruby23/bin/scss.bat --no-cache --update screen.scss:screen.css      error screen.scss (Line 9: File to import not found or unreadable: variables.) Process finished with exit code 1//什么情况

写回答 关注

2回答

  • zray
    2017-01-13 14:59:58
    已采纳

    你用的是webstorm编辑器吧?

    打开设置,搜索watcher,添加一个scss的watcher

    Arguments:--no-cache --update --sourcemap --watch $FileName$:$FileParentDir$\css\$FileNameWithoutExtension$.css

    Output paths to refresh:

    $FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map

  • resharpe
    2017-01-13 16:08:58

    是的,好,谢啦

Sass和Compass必备技能之Sass篇

Sass与Compass初体验,初恋即深恋,助您写出更优秀的CSS

29320 学习 · 98 问题

查看课程

相似问题