ruby - sass not recognised using Windows command shell -
i've installed ruby , sass gem on win 7 enterprise box. i've had issues throughout process, , had download gems , install them local avoid other issues.
gem install --local sass-3.1.19.gem
i'm trying sass --watch styles.sass:styles.css
standard sass isn't recognised error command line.
i'm new ruby have missed step.
thanks in advance
in order run commands without specifying full path, need have path program in path
variable.
so if program located in c:\programs\rubygems\gem\sass
you'll need add c:\programs\rubygems\gem\
path
.
the process of adding folder path
windows command line prompt described here.
for windows powershell, please check setting windows powershell path variable here on so.
Comments
Post a Comment