Slow compile pug(jade) to html | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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