You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to enable incremental builds via .eleventy.js?
All of the documentation about incremental builds I have found centers around passing the --incremental flag to the eleventy CLI when running eleventy serve or eleventy watch. However, we have integrated Eleventy into a Gulp-based workflow by using eleventy.write() for one-time builds and eleventy.watch()/eleventy.serve() for development, and as far as I can tell there does not appear to be documentation on how to enable incremental builds from configuration, so we are stuck with full builds on every change to a source file during development.
I’m 🤞 that this is already possible and simply hasn’t been documented! 😄
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to enable incremental builds via
.eleventy.js
?All of the documentation about incremental builds I have found centers around passing the
--incremental
flag to theeleventy
CLI when runningeleventy serve
oreleventy watch
. However, we have integrated Eleventy into a Gulp-based workflow by usingeleventy.write()
for one-time builds andeleventy.watch()
/eleventy.serve()
for development, and as far as I can tell there does not appear to be documentation on how to enable incremental builds from configuration, so we are stuck with full builds on every change to a source file during development.I’m 🤞 that this is already possible and simply hasn’t been documented! 😄
Beta Was this translation helpful? Give feedback.
All reactions