Commit Graph

84 Commits

Author SHA1 Message Date
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
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