SASS will not build in Sublime Text 2 [Errno 2] There is no such file or directory

I looked through all the other posts on this subject to no avail.

I created the .scss file installed by sass, compass, and I'm on OSX, so I have ruby ​​installed, however I installed the latest version about a year ago.

When I cmd + b to build my .scss, I get this error:

Errno 2] No such file or directory
[cmd:  [u'sass', u'--update', u'/Users/administrator/Desktop/style.scss:/Users/administrator/Desktop/style.css', u'--stop-on-error', u'--no-cache']]
[dir:  /Users/administrator/Desktop]
[path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin]
[Finished]

Here is what is in my Ruby.sublime-build file:

{
"cmd": ["ruby", "$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.ruby",
}
+4
source share
1 answer

, , , Sublime sass. which sass , /Users/username/.rvm/gems/ruby-1.9.3-p385/bin/sass - . , , Sublime , , , .

. , SASS .sublime-build (Ruby.sublime-build ), sass. -

sudo ln -s /path/to/sass /usr/local/bin/sass

(, ), sass /usr/local/bin, , Sublime. , - sass, , .

+8

All Articles