gem - Find the location of the SASS executable. (using rbenv) -


i have working sass installation. can run these commands in terminal , output:

sass -v sass 3.2.9 (media mark)  rbenv versions   system * 1.9.3-p392 (set /users/eric/.rbenv/version)   2.0.0-p0 

i need locate exectuable can provide webstorm ide file watcher. http://blog.jetbrains.com/webide/2013/03/file-watchers-in-webstormphpstorm-6-a-k-a-background-tasks/. have set in other environments (windows, osx without rbenv) before, can't figure out how here.

if run whereis sass, no output.

how find executable , specify webstorm?

digging rbenv, see here: /users/eric/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/sass-3.2.9/bin/sass specifying path webstorm work. appropriate/stable reference location directly, or there better way doesn't depend on version numbers?

this working answer me:

/users/eric/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/sass-3.2.9/bin/sass 

it's not best because have update location when upgrade sass, it's functional. hope helps else.

if knows of symlink executable maintained through upgrades rbenv or ruby, please share.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -