Arthur Stolyar
a34a2b0e24
Fix minify option
2015-10-04 16:03:42 +03:00
Thomas Guillory
41a255a2f1
FIX missing [hash] interpolation in publicPath
...
Webpack gives the possibility to use the build [hash] in
output.publicPath option:
https://webpack.github.io/docs/long-term-caching.html
However HtmlWebpackPlugin is reading directly the raw option, preventing the
user to use this option when using it.
2015-10-02 16:13:59 +02:00
Jan Nicklas
29e0a1b144
Merge pull request #89 from SpaceK33z/feature-loaders-fix-test
...
Fix publicPath for feature/loaders
2015-09-29 21:57:53 +02:00
Kees Kluskens
a4c18b8c30
Remove url formatting in publicPath.
2015-09-29 21:35:09 +02:00
Kees Kluskens
3f55437bfb
Another try at fixing the public path.
2015-09-28 23:48:54 +02:00
Jan Nicklas
bba8e6bdf6
Fix public path
2015-09-23 12:38:22 +02:00
Jan Nicklas
74a8743aaf
Merge pull request #87 from SpaceK33z/feature-loaders-doc
...
Add loader example in readme
2015-09-21 09:18:08 +02:00
Kees Kluskens
84ea653bfb
Add example usage of loaders in README.
2015-09-20 18:07:32 +02:00
Kees Kluskens
9278bee55b
Merge branch 'master' into feature-loaders-doc
...
# Conflicts:
# index.js
# spec/HtmlWebpackPluginSpec.js
2015-09-20 17:54:35 +02:00
Jan Nicklas
5865ca7b30
Beta release 2.0.3
2015-09-18 13:36:41 +02:00
Jan Nicklas
eed82ed886
A try to explain the replace statement
2015-09-18 13:29:48 +02:00
Kees Kluskens
71dfeab599
Use unique variable to replace the source result.
2015-09-18 12:16:02 +02:00
Jan Nicklas
273371859b
Merge pull request #86 from okhomenko/master
...
On Windows relative path doesn't work properly
2015-09-15 08:33:10 +02:00
Oleksandr Khomenko
396cdedf8a
Wrapped with path.join to fix test on io.js
2015-09-14 17:18:38 -05:00
Oleksandr Khomenko
517dfbac32
Use path.normalize instead of path.join
2015-09-14 17:09:57 -05:00
Oleksandr Khomenko
4809fa5804
Fixed 2 tests on windows.
...
Resolve web urls properly with node url module
2015-09-14 17:01:04 -05:00
Kees Kluskens
fcecadb5ee
Add support for webpack.BannerPlugin
2015-09-09 13:28:10 +02:00
Jan Nicklas
6eb2d31c18
Update installation instruction for 2.x.x prerelease
2015-09-09 12:11:07 +02:00
Jan Nicklas
941e8fb7cd
Update README.md
2015-09-09 12:09:57 +02:00
Jan Nicklas
ba2a590ae4
Add 2.0 installation instructions to readme
2015-09-09 12:07:14 +02:00
Jan Nicklas
2dbf2222bd
Bump version to 2.0.2
2015-09-09 11:49:01 +02:00
Jan Nicklas
f16dc48025
Fix minify and head injection
2015-09-09 11:46:22 +02:00
Kees Kluskens
668ab7ffb3
Bring back template path regex.
...
This is untested code!
2015-09-09 11:38:25 +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
706267961f
Add underscore test template.
2015-09-09 11:38:24 +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
Simen Bekkhus
d3eed761f7
Return minified html from promise
2015-09-09 11:38:24 +02:00
Jan Nicklas
9cb8dfa3aa
Fix rebase typo
2015-09-09 11:38:24 +02:00
Mate Olah
a1ed078135
Bump project dependencies.
2015-09-09 11:38:24 +02:00
Jan Nicklas
85c5ac0446
Fix two-loaders example
2015-09-09 11:38:24 +02:00
Jan Nicklas
dd3244de6f
Simplify jade demo
2015-09-09 11:38:24 +02:00
Jan Nicklas
ef42642f34
Add jade-loader example
2015-09-09 11:38:24 +02:00
Jan Nicklas
54002dd271
Add more verbose syntax error messages
2015-09-09 11:38:23 +02:00
Jan Nicklas
b34ef76b04
Fix example paths
2015-09-09 11:38:23 +02:00
Jan Nicklas
b0af6a3d42
More verbose error messages
2015-09-09 11:38:23 +02:00
Jan Nicklas
2365ded8da
Pre release 2.0
2015-09-09 11:38:23 +02:00
Jan Nicklas
ea6c4ded4a
Fix demos
2015-09-09 11:38:07 +02:00
Jan Nicklas
6b59214353
Cache loader result
2015-09-09 11:38:07 +02:00
Jan Nicklas
387ca2448a
Use lodash to solve dependency issues for the fallback loader
2015-09-09 11:38:07 +02:00
Jan Nicklas
931ed64467
Fix correct autoloading
2015-09-09 11:38:07 +02:00
Jan Nicklas
a8677988bd
Fix rebase
2015-09-09 11:38:07 +02:00
Jan Nicklas
39cfc493a0
Refactor examples
2015-09-09 11:38:07 +02:00
Jan Nicklas
02223b29e5
Use blueimp loader instead of blueimp
2015-09-09 11:38:07 +02:00
Jan Nicklas
181b026946
Fix webpack-dev-server child compilation on template change
2015-09-09 11:38:06 +02:00
Jan Nicklas
ed8f61fc69
Fix chunk filtering
2015-09-09 11:38:06 +02:00
Jan Nicklas
e52bf5e2f3
Refactor template loading
2015-09-09 11:38:06 +02:00