markfinger / unfort

Development-oriented build tool for the web
MIT License
74 stars 1 forks source link

Handle HTML files #114

Open markfinger opened 8 years ago

markfinger commented 8 years ago

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

markfinger commented 8 years ago

Heavily dependent on #113

markfinger commented 8 years ago

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.