pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Only parse the files newly created or modified since the last parsing #12

Closed pawandubey closed 9 years ago

pawandubey commented 9 years ago

To save time and improve performance, only those files which are newly created have been modified after the last parse time should be parsed. This solves #9 to an extent. There will be a need to store the last parse time in some file (see #11 ) which can be read by the program on every invocation.

pawandubey commented 9 years ago

Same as #1 Closing.