You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I keep getting this error:
[Errno 20] Not a directory
[cmd: [u'sass', u'--update', u'/Applications/MAMP/htdocs/Alloy- Engineering/sass/styles.scss:/Applications/MAMP/htdocs/Alloy-Engineering/sass/styles.css', u'--stop- on-error', u'--no-cache']]
[dir: /Applications/MAMP/htdocs/Alloy-Engineering/sass]
[path: /Users/Andrew/.rvm/gems/ruby-2.1.1/bin/sass]
[Finished]
Also, if I change my path in SASS.sublime-build back to: "path": "/usr/local/bin:$PATH"
I get this error: env: ruby_executable_hooks: Not a directory
Running MAC OS Mavericks and Sublime Text 2.
The text was updated successfully, but these errors were encountered:
I followed everything here: http://stackoverflow.com/questions/19610553/sass-wont-build-in-sublime-text-2-errno-2-no-such-file-or-directory
I tried symlink and also changing the path code in the SASS.sublime-build file to point to my sass install
like this:
But I keep getting this error:
[Errno 20] Not a directory
[cmd: [u'sass', u'--update', u'/Applications/MAMP/htdocs/Alloy- Engineering/sass/styles.scss:/Applications/MAMP/htdocs/Alloy-Engineering/sass/styles.css', u'--stop- on-error', u'--no-cache']]
[dir: /Applications/MAMP/htdocs/Alloy-Engineering/sass]
[path: /Users/Andrew/.rvm/gems/ruby-2.1.1/bin/sass]
[Finished]
Also, if I change my path in SASS.sublime-build back to: "path": "/usr/local/bin:$PATH"
I get this error: env: ruby_executable_hooks: Not a directory
Running MAC OS Mavericks and Sublime Text 2.
The text was updated successfully, but these errors were encountered: