Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created January 11, 2014 22:25
Show Gist options
  • Save tommymarshall/8377817 to your computer and use it in GitHub Desktop.
Save tommymarshall/8377817 to your computer and use it in GitHub Desktop.
// Running Command
tommy in ~/Sites/testing on guuuuuuuulp!
± gulp compass [17:19:30]
[gulp] Using file /Users/tommy/Sites/testing/gulpfile.js
[gulp] Working directory changed to /Users/tommy/Sites/testing
[gulp] Running 'compass'...
[gulp] Finished 'compass' in 5.4 ms
unchanged assets/images/structure/parts-s91986b218a.png
unchanged assets/images/structure/parts-s91986b218a.png
identical assets/compiled/css/application--no-mq.css
fs.js:427
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory '/Users/tommy/Sites/testing/assets/stylesheets/application--no-mq.css'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at /Users/tommy/Sites/testing/node_modules/gulp-compass/index.js:25:43
at ChildProcess.<anonymous> (/Users/tommy/Sites/testing/node_modules/gulp-compass/lib/compass.js:89:21)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket.<anonymous> (child_process.js:948:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
@appleboy
Copy link

Please try the following steps:

  1. update gulp-compass to 1.0.5
  2. replace the guil-compass config

according to your config: https://gist.github.com/tommymarshall/8377820

please update your compass settings from: https://gist.github.com/appleboy/8379524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment