Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0
stars
3
forks
source link
Memoize producers and originators for improved hot reload speeds #72
For hot reloading of *.md and *.html, the most commonly edited files, hot reloading should be much faster and not require rebuilding the entire site just for a single file refresh.
For hot reloading of
*.md
and*.html
, the most commonly edited files, hot reloading should be much faster and not require rebuilding the entire site just for a single file refresh.*.md
source and producer*.html
source and producer