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
When using static-site in combination with a build system, that builds every time there's a change in the file system (watch), even if just a single file changed, static site will recompile the whole thing all over again.
So I was thinking of adding a new parameter like list (or whatever) where one can specify the file (or a list of files) to compile.
eg.
-l, --list Array of files to compile
The text was updated successfully, but these errors were encountered:
When using
static-site
in combination with a build system, that builds every time there's a change in the file system (watch), even if just a single file changed, static site will recompile the whole thing all over again.So I was thinking of adding a new parameter like
list
(or whatever) where one can specify the file (or a list of files) to compile.eg.
The text was updated successfully, but these errors were encountered: