Skip to content

Commit 6c31d12

Browse files
author
Jeff Escalante
committed
update docs
1 parent 3ec4fa6 commit 6c31d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Option | Description
6868
**root** | **[required]** An absolute path to the root of your project. |
6969
**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. Be very careful if you are trying to change this. | `**/*.jade`, `**/*.css`, and `**/*.js`
7070
**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 a `parser`, `stringifier`, and/or `syntax` key, each of which are objects and take [any of the postcss-loader options](https://github.com/postcss/postcss-loader#custom-syntaxes) |
71-
**babelConfig** | A [configuration object for Babel](http://babeljs.io/docs/usage/options/) for JS processing. |
71+
**babel** | A [configuration object for Babel](http://babeljs.io/docs/usage/options/) for JS processing. |
7272
**jade** | A [configuration object for jade](http://jade-lang.com/api/). |
7373
**dumpDirs** | An array of directories which, if direct children of the project root, will dump their contents to the root on compile. | `['views', 'assets']`.
7474
**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

Comments
 (0)