Commit Graph

34 Commits

Author SHA1 Message Date
Jan Nicklas 2815661681 Allow to pass a function for custom html rendering / templating 2015-03-13 18:21:28 +01:00
Charles Blaxland 6a140b5085 Merge pull request #8 from kurtharriger/master
Recompile if file has changed
2015-01-20 16:12:45 +11:00
Kurt Harriger b8df1589c5 Recompile if file has changed
Instruct webpack to watch and recompile when template file has changed.

Fixes #5
2015-01-11 18:24:11 -07:00
Charles Blaxland ca0599e03b Merge pull request #2 from ai/patch-1
Set charset by latest HTML 5 spec
2014-11-01 08:45:48 +11:00
Andrey Sitnik 46f819bcc8 Set charset by latest HTML 5 spec 2014-10-18 03:04:11 +07:00
Charles Blaxland 81918cabc1 Remove superfluous paths to test executables 2014-08-14 21:50:50 +10:00
Charles Blaxland 209a1d1c59 1.1.0 2014-08-14 21:31:47 +10:00
Charles Blaxland 58d173c3d0 Raise an error if both template and templateContent options are used together 2014-08-14 21:29:46 +10:00
Charles Blaxland 0b89ce7d20 Update readme with template content documentation 2014-08-14 21:29:21 +10:00
Charles Blaxland 0f15aee3e2 Allow template to be specified as a string 2014-08-14 21:18:58 +10:00
Charles Blaxland 0394b7845a 1.0.1 2014-08-14 20:38:01 +10:00
Charles Blaxland 14b1a38dfa Read template file asynchronously 2014-08-14 20:36:15 +10:00
Charles Blaxland 36bf69f1a7 1.0.0 2014-08-14 09:16:33 +10:00
Charles Blaxland 34267233b0 0.4.0 2014-08-13 21:23:09 +10:00
Charles Blaxland ea26ac88f7 Add a test and documentation for generating multiple HTML files 2014-08-13 21:22:07 +10:00
Charles Blaxland 94250b9f10 Support writing HTML output to a configurable filename 2014-08-13 21:08:56 +10:00
Charles Blaxland 5285daf0df Update readme 2014-08-13 20:40:27 +10:00
Charles Blaxland b9367a0230 0.3.0 2014-08-13 20:35:11 +10:00
Charles Blaxland f44af556d8 Hook webpack 'emit' to allow html to be emitted as an asset 2014-08-13 20:34:45 +10:00
Charles Blaxland 4ea9894058 Hook webpack 'after-emit' instead of 'done' so it works with webpack middleware 2014-08-13 17:18:31 +10:00
Charles Blaxland 07c60a5ae1 Update readme 2014-08-13 13:49:35 +10:00
Charles Blaxland ef96f87a20 Update readme 2014-08-13 10:23:00 +10:00
Charles Blaxland 67ae8e0746 Add support for specifying the title of the generated HTML 2014-08-13 09:30:27 +10:00
Charles Blaxland 42e8dfa651 Add test case for handling subdirectories in the output path 2014-08-13 09:19:22 +10:00
Charles Blaxland c10e9336e4 Support webpack publicPath configuration 2014-08-12 23:18:07 +10:00
Charles Blaxland b0f3599d11 Add test for filenames with hashes 2014-08-12 23:07:41 +10:00
Charles Blaxland 71241f412c Update readme 2014-08-12 23:02:20 +10:00
Charles Blaxland e3f9466146 Bump version to 0.1.0 2014-08-12 23:02:04 +10:00
Charles Blaxland 6bb5a43a79 Change default HTML title 2014-08-12 23:01:44 +10:00
Charles Blaxland 23a0d9c338 Support sourcemaps, which generate multiple output bundles for each entry 2014-08-12 22:28:49 +10:00
Charles Blaxland c26597403c Allow user defined HTML templates 2014-08-12 22:16:41 +10:00
Charles Blaxland 7d27822455 Generated HTML loads multiple entry points 2014-08-12 22:03:43 +10:00
Charles Blaxland d9d3b23c56 Generate a default index.html from a single webpack entry point 2014-08-12 13:01:56 +10:00
Charles Blaxland 4e04cebca8 Initial commit 2014-08-08 13:19:15 +10:00