SCSS reload

Hi, I made migration from version 6 to 7. Now, I want to use SCSS files to make changes in my theme. My question is, how to make changes in SCSS files visible in web browsers after page refreshing without rebuilding project.

BR.

If you use Netbeans 7.4 you can register the sass & less processors (Preferences->Miscellaneous->CSS PreProcessors), and in the maven project you should specify the target path (the live deployment directory) where it should write the css file.

Also you probably want to add lots of PermGenMem for the servlet if you use deploy-on-saveā€¦