Created
January 11, 2014 22:25
-
-
Save tommymarshall/8377817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please try the following steps:
according to your config: https://gist.github.com/tommymarshall/8377820
please update your compass settings from: https://gist.github.com/appleboy/8379524