Open markfinger opened 8 years ago
Heavily dependent on #113
While most compilation units (js, css, etc) can be generated agnostic of the outcomes of their dependencies, HTML files require explicit links to their dependencies assets.
When compiling, will require a means to defer the completion of html files until urls can be generated for the linked assets.
Would be useful to be able to handle HTML files during the build process. Processing should include finding dependencies and rewriting paths to point to hashed/versioned paths.
Benefits
Precedents
Problems to solve
foo/index.html
is served from bothfoo/index.html
andfoo/
. Might need to consider expanding the notion of urls to cover multiple urls per file.