static-site icon indicating copy to clipboard operation
static-site copied to clipboard

Specify input file

Open genemars opened this issue 5 years ago • 2 comments

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

genemars avatar Jul 25 '18 17:07 genemars