Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Slow compile times with Sass/SCSS? Reply To: Slow compile times with Sass/SCSS?

#236857
samirillian
Participant

With a task runner like Gulp, you can specify which files to watch for changes, and you can leave the rest alone. Result: way faster compile times, and less to remember when it’s time to build. Maybe there’s a way to configure sass –watch as well?