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.
Yes, when you save the file, the css should be created/updated. I think you have wrong mapping for the input/output directories. The paths need to be relative to site root/web root. I don't know for sure what your project is (HTML5 or PHP or Java Web or other?), but if you have Java Web project, then the paths need to be
resources/scss -> resources/css