Its really easy to install SASS in Netbeans
Things you required,
1) Ruby Installer
2) SASS Editor Plugin
Step 1
Download and Install Ruby Installer, check for "gem.bat" file in "c:\Ruby200\bin\" directory
Step 2
Star Command Prompt and go for 'bin' directoy
Install SASS gem using
After install you can see "scss.bat" and "scss" files in same "c:\Ruby200\bin\" directory.
Step 3
Go to Tools > Options > Miscellaneous > Sass path and add "scss.bat" path in CSS Preprocessors input box
Step 4 Optional if you already have sass editor in Netbeans
Goto Netbeans "Plugin" option and install downloaded SASS Editor Plugin
"ruby.exe is not recognized as an internal or external command"????
Check How To Set Environment Variable
Things you required,
1) Ruby Installer
2) SASS Editor Plugin
Step 1
Download and Install Ruby Installer, check for "gem.bat" file in "c:\Ruby200\bin\" directory
Step 2
Star Command Prompt and go for 'bin' directoy
Install SASS gem using
gem install sass
commandAfter install you can see "scss.bat" and "scss" files in same "c:\Ruby200\bin\" directory.
Step 3
Go to Tools > Options > Miscellaneous > Sass path and add "scss.bat" path in CSS Preprocessors input box
Step 4 Optional if you already have sass editor in Netbeans
Goto Netbeans "Plugin" option and install downloaded SASS Editor Plugin
"ruby.exe is not recognized as an internal or external command"????
Check How To Set Environment Variable
No comments :
Post a Comment