I\'m trying to use SASS in Netbeans 8.0.1. I have Ruby and SASS set up correctly based upon the feedback from ruby -v.
I have a web application set up with css and
bin folder using cd \Ruby\bin (Hit Enter)gem install sass (Hit Enter to install)C:\Ruby\bin\sass.bat than click Install Sass.--style compressed under the Compiler Options)You're done!
As soon you create a new .scss file or you save it Netbeans will automatically compile the file to .css in the /css folder.