sandoche / Jekyll-webpack-boilerplate

⚡️ A boilerplate with Jekyll and Webpack to make the most performant static websites
MIT License
188 stars 57 forks source link

slow build #25

Closed duleorlovic closed 4 years ago

duleorlovic commented 4 years ago

I noticed that it is very slow compared to blank jekyll project (with same 3.6.3 version)

time jekyll b
real    0m25.643s

I think it is because of https://github.com/octopress/minify-html/issues/4 when I disable it works nice

echo "minify_html: false" >> _config.yml
time jekyll b
real    0m1.270s

I would remove this gem 'octopress-minify-html' or at least disable by default and enable on production