From 37e814a673db95764463fa0d9193e39f1895918d Mon Sep 17 00:00:00 2001 From: Ingwie Phoenix Date: Tue, 10 Nov 2015 00:41:11 +0100 Subject: [PATCH] #1 : paths is no longer required, defaults to an empty array. Change reflected in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afdf29..ca6406b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This plugin, unlike the original PurifyCSS plugin, provides special features, su |---------------|------------ | `basePath` | The path from which all the other paths will start. Required. | `scanForExts` | An array of extensions that should be given to PurifyCSS when determining classes. Defaults to: `.js` -| `paths` | An array of globs that reveal all your files. See [glob](http://npmjs.org/glob)'s documentation to see what kind of paths you can pass in this array. Use this array to pass files that won't be known to WebPack. Required. +| `paths` | An array of globs that reveal all your files. See [glob](http://npmjs.org/glob)'s documentation to see what kind of paths you can pass in this array. Use this array to pass files that won't be known to WebPack. ## Notes This plugin is NOT a fork of [the offical plugin](https://github.com/purifycss/purifycss-webpack-plugin)! Instead, this is it's own. I prefixed it with `bird3`, since it was created within my [BIRD3](https://github.com/DragonsInn/BIRD3) project and to make an obvious separation to the offical version.