I am using sass to compile scss in css.
After each save, it takes a rush of 15-20 seconds until it compiles the scss file for css, so I need to update it a bit to see the expected results. Is there a way to tell Sas to check for changes more often?
This is the command I use:
sass --watch sass --watch app/scss/main/:app/css/
I am using Sass 3.3.8 (Maptastic Maple)
Note that scss is very short, I just started the project.
source share