0
Slow compile pug(jade) to html
Now I building html from 100 files.pug about 10min. What can I do with gulp tasks for faster building project?
1 Respuesta
+ 1
Only recompile the files that you have changed (gulp-watch can do that). That usually speeds things up quite a bit.