Michael Wolfenden
|
3005cec0f9
|
Add additional compilation property to the templateParam object
|
2016-03-02 13:28:26 +10:00 |
Simen Bekkhus
|
3897896265
|
Add before-html-generation event
This allows you to add assets to the html when not using
injection
|
2016-02-27 18:28:41 +01:00 |
mc-zone
|
313a83115a
|
add test
|
2016-02-26 20:57:49 +08:00 |
Jan Nicklas
|
713643f84f
|
v2.9.0 Fix favicon path (#185 #208 #215)
|
2016-02-17 13:17:23 +01:00 |
Jiri Kolarik
|
b65c39c2f1
|
fix favicon location
|
2016-02-17 13:14:31 +01:00 |
Jan Nicklas
|
63e4ad6fc7
|
Support relative urls on windows (#205)
|
2016-02-16 08:05:15 +01:00 |
Jan Nicklas
|
453975ee0f
|
Improve sorting tests
|
2016-02-16 07:56:36 +01:00 |
Christian Rühl
|
3fedf6ac33
|
Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
Added unit test for new sorting mode.
Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
|
2016-01-25 15:13:19 +01:00 |
Jan Nicklas
|
bf48112fa9
|
Use semistandard code style
|
2016-01-20 16:50:16 +01:00 |
Jan Nicklas
|
1622c7d2e2
|
Move compiler to its own file
Improve error messages
Fix global HTML_WEBPACK_PLUGIN variable
|
2016-01-11 22:00:47 +01:00 |
Jan Nicklas
|
3f16e3491a
|
Fix test for compiling multiple files
|
2016-01-11 12:20:46 +01:00 |
Jan Nicklas
|
b4363a8575
|
Add events `html-webpack-plugin-before-html-processing`, `html-webpack-plugin-after-html-processing`, `html-webpack-plugin-after-emit`
|
2016-01-07 11:14:23 +01:00 |
Jan Nicklas
|
68428b583f
|
#135 Inject css and js even if the html file is incomplete
|
2016-01-07 10:20:52 +01:00 |
Jan Nicklas
|
2b726e8031
|
Add unit tests for chunk sort
|
2015-11-23 14:09:59 +01:00 |
Jan Nicklas
|
e813b0576a
|
Work around css-loader issue during testing
|
2015-11-23 13:38:50 +01:00 |
Kees Kluskens
|
fcecadb5ee
|
Add support for webpack.BannerPlugin
|
2015-09-09 13:28:10 +02:00 |
Kees Kluskens
|
2c028a95c0
|
Add test for loader errors and fix other broken tests.
test.html used the old blueimp template syntax; but because `inject` was
switched to `true` the tests still passed.
|
2015-09-09 11:38:25 +02:00 |
Kees Kluskens
|
0ede95051b
|
Remove manifest option again and update test.
|
2015-09-09 11:38:25 +02:00 |
Kees Kluskens
|
cfb7e3f01f
|
Test that the template option picks up a loader from the webpack config.
|
2015-09-09 11:38:25 +02:00 |
Kees Kluskens
|
648fd72c22
|
Fix manifest option and add tests.
|
2015-09-09 11:38:24 +02:00 |
Kees Kluskens
|
989a09f97a
|
Add loader tests and cleanup redundant code.
|
2015-09-09 11:38:24 +02:00 |
Kees Kluskens
|
55fcb6d939
|
Fix displaying loader errors.
|
2015-09-09 11:38:24 +02:00 |
Jan Nicklas
|
a8677988bd
|
Fix rebase
|
2015-09-09 11:38:07 +02:00 |
Jan Nicklas
|
ed8f61fc69
|
Fix chunk filtering
|
2015-09-09 11:38:06 +02:00 |
Jan Nicklas
|
ed8e4b290f
|
Fix to resolve path of modules
|
2015-09-09 11:38:06 +02:00 |
Jan Nicklas
|
c8a69255b9
|
Refactoring to support loaders
|
2015-09-09 11:38:06 +02:00 |
Jan Nicklas
|
55b530ba3f
|
Support placing templates in subfolders
|
2015-06-29 15:57:18 +02:00 |
Olivier Tassinari
|
0d727cc23e
|
[async] make sure the async chunks aren't included in the html
|
2015-06-15 20:30:42 +01:00 |
Jan Nicklas
|
6219714fc7
|
Allow to inject javascript files into the head of the html page
|
2015-06-01 11:19:45 +02:00 |
chris.greening
|
9557db2db0
|
Modifies unit tests to support expecting warnings
|
2015-05-31 14:32:07 +01:00 |
Jan Nicklas
|
ce279debd5
|
Deprecate htmlWebpackPlugin.assets
|
2015-05-17 20:02:57 +02:00 |
Jan Nicklas
|
26b9f28937
|
Add promises - add test for missing favicon
|
2015-05-12 22:55:06 +02:00 |
Jan Nicklas
|
80d141d8c2
|
Refactor favicon
|
2015-05-11 23:29:11 +02:00 |
Simen Bekkhus
|
5771dac3c9
|
Add support for favicon and apple-touch-icon
Fixes #28
|
2015-05-11 08:27:19 +02:00 |
Jan Nicklas
|
677e5585b0
|
Integration tests for extract-text-webpack-plugin
|
2015-04-23 15:21:51 +02:00 |
Jan Nicklas
|
fd44794a5c
|
Cleaner chunks api
|
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 |
Charles Blaxland
|
cadad66359
|
Order chunks to reflect their dependencies
|
2015-04-20 12:43:46 +10:00 |
Charles Blaxland
|
6ae0e85202
|
Expose webpack configuration to templates
|
2015-03-30 12:19:10 +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 |
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
|
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 |
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
|
0f15aee3e2
|
Allow template to be specified as a string
|
2014-08-14 21:18:58 +10:00 |