Jan Nicklas
|
fd44794a5c
|
Cleaner chunks api
|
2015-04-21 17:37:08 +02:00 |
Jan Nicklas
|
c060085ae4
|
Move the querystring to the files array
|
2015-04-21 17:37:08 +02:00 |
Jan Nicklas
|
932d295d1c
|
Don't inject a hash by default
|
2015-04-21 17:37:08 +02:00 |
Jan Nicklas
|
383dcd480f
|
Rename `append` to `inject` and prevent double injection
|
2015-04-21 17:37:08 +02:00 |
Jan Nicklas
|
2a66d2f545
|
Fix plain html tests
|
2015-04-21 17:37:08 +02:00 |
Jan Nicklas
|
76d45eda48
|
Add append option
|
2015-04-21 17:37:08 +02:00 |
Nikolay Artamonov
|
e631065df8
|
Fixed gathering CSS chunks with content hash in their names
|
2015-04-21 17:37:08 +02:00 |
Jan Nicklas
|
25fda91d7a
|
Add badges to readme
|
2015-04-21 08:53:33 +02:00 |
Charles Blaxland
|
e9afb49d91
|
Merge pull request #21 from DelvarWorld/minor-typo
Minor typo in readme
|
2015-04-20 13:26:00 +10:00 |
Charles Blaxland
|
965468a71f
|
1.2.0
|
2015-04-20 13:22:18 +10:00 |
Charles Blaxland
|
6a9d902950
|
Include hash in URL within 'files' object rather than append in the template
|
2015-04-20 12:57:49 +10:00 |
Charles Blaxland
|
cadad66359
|
Order chunks to reflect their dependencies
|
2015-04-20 12:43:46 +10:00 |
Andrew Ray
|
d10af0eb5f
|
Minor typo in readme
|
2015-04-06 13:58:24 -07:00 |
Charles Blaxland
|
52ff70c919
|
Update documentation
|
2015-03-30 12:48:23 +11:00 |
Charles Blaxland
|
6ae0e85202
|
Expose webpack configuration to templates
|
2015-03-30 12:19:10 +11:00 |
Charles Blaxland
|
51c0b876dd
|
Merge branch 'jantimon-feature/template-function'
|
2015-03-30 12:11:54 +11:00 |
Charles Blaxland
|
4d74f4b061
|
Merge branch 'feature/template-function' of https://github.com/jantimon/html-webpack-plugin into jantimon-feature/template-function
Conflicts:
index.js
|
2015-03-30 12:09:09 +11:00 |
Charles Blaxland
|
3097ffbfd3
|
Merge pull request #14 from jantimon/master
Support for .css and .manifest files and cache busting
|
2015-03-30 10:43:30 +11:00 |
Jan Nicklas
|
442f016683
|
Don't append a hash by default
|
2015-03-27 19:47:34 +01:00 |
Jan Nicklas
|
1427d4e3d7
|
Add .jshintrc file
|
2015-03-27 19:39:02 +01:00 |
Jan Nicklas
|
2815661681
|
Allow to pass a function for custom html rendering / templating
|
2015-03-13 18:21:28 +01:00 |
Jan Nicklas
|
e3325b86f2
|
Update readme
|
2015-03-11 11:41:43 +01:00 |
Jan Nicklas
|
55f316d396
|
Rename the assets template to support old templates files
|
2015-03-11 11:36:55 +01:00 |
Jan Nicklas
|
1debf35bdf
|
Adjust tests for hash urls
|
2015-03-11 11:26:52 +01:00 |
Jan Nicklas
|
19aef72570
|
Catch template errors
|
2015-03-11 11:23:52 +01:00 |
Jan Nicklas
|
c082bb8ccc
|
Allow filter methods in jshint
|
2015-03-11 10:54:20 +01:00 |
Jan Nicklas
|
3947d27cf2
|
Use the webpack hash for automated cache busting
|
2015-03-11 10:50:01 +01:00 |
Jan Nicklas
|
f88225fe3e
|
Refactor asset helper to support .css (extract-text-webpack-plugin) and .manifest (appcache-webpack-plugin) files
Unfortunately this breaks the old template structure
|
2015-03-11 10:48:52 +01:00 |
Jan Nicklas
|
5693285436
|
Fix variable name - Rename compiler to compilation
|
2015-03-11 09:32:21 +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 |