這是什么情況
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//什么情況
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//什么情況
2016-12-26
舉報(bào)
2017-01-13
你用的是webstorm編輯器吧?
打開(kāi)設(shè)置,搜索watcher,添加一個(gè)scss的watcher
Arguments:--no-cache --update --sourcemap --watch $FileName$:$FileParentDir$\css\$FileNameWithoutExtension$.css
Output paths to refresh:
$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map
2017-01-13
是的,好,謝啦