Commit Graph

95 Commits

Author SHA1 Message Date
Chris e5a210c60d Change assets deprecation from error to warning 2015-05-26 13:07:30 +01:00
Jan Nicklas 3a834f47bb Merge pull request #46 from SimenB/pretest
Use pretest
2015-05-24 08:45:47 +02:00
Simen Bekkhus 4b9589f55f Use pretest 2015-05-23 19:15:16 +02:00
Jan Nicklas 9d90d37adc Merge pull request #45 from cgreening/patch-1
Fixes error reporting
2015-05-21 19:29:39 +02:00
Chris 8646d911d0 Fixes error reporting
Fixes error reporting so that instead of:

Error in undefined

We get:

Error in HtmlWebPackPlugin: htmlWebpackPlugin.assets is deprecated - please use htmlWebpackPlugin.files instead
2015-05-21 17:35:37 +01:00
Jan Nicklas ae6cfdb090 Merge pull request #43 from kennyt/patch-2
Fix typo in index.js
2015-05-19 21:47:30 +02:00
Jan Nicklas 975753a97b Merge pull request #42 from kennyt/patch-1
Add s to return in comment
2015-05-19 21:47:20 +02:00
Kenny Tran d861441014 Update index.js 2015-05-19 08:04:02 -07:00
Kenny Tran 64752a6b5e Update index.js 2015-05-19 08:03:14 -07:00
Jan Nicklas 025d77009a Add travis badge 2015-05-18 16:02:30 +02:00
Jan Nicklas 44e30ac31c Add travis configuration 2015-05-18 15:53:36 +02:00
Jan Nicklas 3db6355e4b Align badges in readme 2015-05-18 14:01:32 +02:00
Jan Nicklas cc6323a383 Add node version to readme 2015-05-18 13:59:59 +02:00
Charles Blaxland c679de975b Merge pull request #37 from ampedandwired/1.4.0
1.4.0
2015-05-18 21:46:44 +10:00
Jan Nicklas ce279debd5 Deprecate htmlWebpackPlugin.assets 2015-05-17 20:02:57 +02:00
Jan Nicklas 3428698e54 Fix typo in readme 2015-05-16 14:57:11 +02:00
Jan Nicklas 1edfaa8e42 Update docs 2015-05-12 23:14:52 +02:00
Jan Nicklas 5043ac0712 Update documentation 2015-05-12 22:58:43 +02:00
Sebastien Barre 8b97335192 Add support for minification using html-minifier 2015-05-12 22:56:51 +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 66c2dac91b Merge pull request #34 from SimenB/files-package.json
Use files in package.json
2015-05-09 09:49:53 +02:00
Simen Bekkhus c85de472e2 Use files in package.json 2015-05-09 09:46:17 +02:00
Jan Nicklas 7dd5f6ad1a Merge pull request #33 from SimenB/editorconfig
Add .editorconfig
2015-05-09 09:39:14 +02:00
Simen Bekkhus 81986ef0e0 Add .editorconfig 2015-05-08 19:41:54 +02:00
Jan Nicklas d8d48c0554 Update dependencies 2015-05-07 08:19:58 +02:00
Charles Blaxland 0b755ad75b Merge pull request #18 from jantimon/feature/plugin-integration-tests
Integration tests for extract-text-webpack-plugin
2015-04-24 09:12:48 +10:00
Jan Nicklas 677e5585b0 Integration tests for extract-text-webpack-plugin 2015-04-23 15:21:51 +02:00
Charles Blaxland de1161381c Merge pull request #15 from jantimon/feature/append
Feature/append
2015-04-23 22:28:33 +10:00
Jan Nicklas 416a0272bd Release 1.3.0 2015-04-21 17:51:13 +02:00
Jan Nicklas f8eab624f4 Fix typo and manifest hash 2015-04-21 17:48:45 +02:00
Jan Nicklas 4060a42bfb Revert rebase conflict 2015-04-21 17:37:08 +02:00
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