You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The above shows a minimal instantiation, but the constructor accepts a wide vari
40
40
41
41
-**root**: An absolute path to the root of your project.
42
42
-**matchers**: An object with `jade`, `css`, and `js` keys. Each key is a [micromatch](https://github.com/jonschlinkert/micromatch) string, and represents which files should be pulled into the pipeline to be processed. Defaults are `**/*.jade`, `**/*.css`, and `**/*.js`. Be very careful if you are trying to change this.
43
-
-**postCssPlugins**: An array of [plugins to be passed to PostCSS](http://postcss.parts/) for CSS processing.
43
+
-**postcss**: An object that can contain a `plugins` key, which is an array of [plugins to be passed to PostCSS](http://postcss.parts/) for CSS processing, and/or a `options` key, which takes [any of the postcss-loader options](https://github.com/postcss/postcss-loader#custom-syntaxes).
44
44
-**babelConfig**: A [configuration object for Babel](http://babeljs.io/docs/usage/options/) for JS processing.
45
45
-**dumpDirs**: An array of directories which, if direct children of the project root, will dump their contents to the root on compile. Defaults to `['views', 'assets']`.
46
46
-**locals**: An object containing locals to be passed to jade views. This can be used for values, functions, any sort of view helper you need.
0 commit comments