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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -