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//什么情况
你用的是webstorm编辑器吧?
打开设置,搜索watcher,添加一个scss的watcher
Arguments:--no-cache --update --sourcemap --watch $FileName$:$FileParentDir$\css\$FileNameWithoutExtension$.css
Output paths to refresh:
$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map
是的,好,谢啦