-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
First off I wanted to say how much I love this seeder. It is very easy to use and follow. One possible improvement that I could suggest would speed up the build.dev.watch task. Currently, no matter what file changes, the entire dev destination gets rebuilt from scratch. So that means that, on average, each change takes about 10-15 seconds to complete. It would be faster if the watch was separated out so that it only updates files that were changes, instead of the whole directory. So if I change something on a css/sass file, only that file should compile and the others (such as build.js.dev) should not. This will make previewing in dev environment faster and less painful.
StefanKoenen, czosel, totev, chl03ks and Bigous