Slow compile pug(jade) to html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

15th Dec 2017, 6:33 PM
Maxim G
Maxim G - avatar
1 Answer
+ 1
Only recompile the files that you have changed (gulp-watch can do that). That usually speeds things up quite a bit.
15th Dec 2017, 7:34 PM
Schindlabua
Schindlabua - avatar