问答详情
源自:3-1 sass语法介绍(基础篇)

这是什么情况

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//什么情况

提问者:resharpe 2016-12-26 21:58

个回答

  • 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

    是的,好,谢啦