jplatte / hinoki

A simple, yet very flexible static site generator.
GNU Affero General Public License v3.0
9 stars 2 forks source link

Recreate SyntaxHighlighter when sublime files change #30

Open jplatte opened 5 months ago

jplatte commented 5 months ago

Currently, hinoki serve rebuilds almost everything when file changes are detected, but for efficiency reasons the previous SyntaxHighlighter is reused. It should be recreated when one of the files that influences it (in sublime) changes.