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
Since Eleventy “thinks” all generated HTML files are still there, it only generates the currently changed one. All others are removed by the rm mentioned above.
Eleventy provides the
--incremental
flag for builds. This is handy in serve mode for local development, because it skips unchanged files.This plugin clears the whole build folder, not only the assets folder:
eleventy-plugin-fstack/lib/plugin.js
Lines 39 to 42 in 3838872
Since Eleventy “thinks” all generated HTML files are still there, it only generates the currently changed one. All others are removed by the rm mentioned above.
Documentation for incremental mode in the Eleventy docs.
The text was updated successfully, but these errors were encountered: