sublimetext2 - Can't build SASS in Sublime Text 2 -
i followed here: sass won't build in sublime text 2 [errno 2] no such file or directory
i tried symlink , changing path code in sass.sublime-build file point sass install this:
{ "cmd": ["sass", "--update", "$file:${file_path}/${file_base_name}.css", "--stop-on-error", "--no- cache"], "selector": "source.sass, source.scss", "line_regex": "line ([0-9]+):", "osx": { "path": "/users/andrew/.rvm/gems/ruby-2.1.1/bin/sass" }, "windows": { "shell": "true" } }
but keep getting error:
[errno 20] not 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 change path in sass.sublime-build to:
"path": "/usr/local/bin:$path"
i error:
env: ruby_executable_hooks: not directory
running mac os mavericks , sublime text 2.
i never did figure out. did running after installing fresh version of yosemite on macbook pro.
Comments
Post a Comment