我尝试运行gulp任务来编译我的sass项目但是因为我创建子文件夹app/assets /并将我的源文件放入其中,所以我有一个问题.在sass和css文件夹与我的gulpfile位于同一目录之前,它运行得很好.如果我在我的基本目录上运行指南针监视命令我没有问题,这只是gulp-compass.
输出 :
Devnco: /Users/Devnco/Web/maquette ->gulp sass
[gulp] Using gulpfile ~/Web/maquette/gulpfile.js
[gulp] Starting 'sass'...
[gulp] Finished 'sass' after 6.12 ms
[gulp] You must compile individual stylesheets from the project directory.
[gulp] Plumber found unhandled error: [gulp] Error in plugin 'gulp-compass': Compass failed
[gulp] You must compile individual stylesheets from the project directory.
[gulp] Plumber found unhandled error: [gulp] Error in plugin 'gulp-compass': Compass failed
[gulp] You must compile individual stylesheets from the project directory.
[gulp] Plumber found unhandled error: …Run Code Online (Sandbox Code Playgroud)