Skip to content

Commit

Permalink
updated: other doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Nov 19, 2016
1 parent 0768e2e commit 29682be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ _Please note: the documentation is a work in progress. Contributions are welcome

#### For babel users

Due to changes in the babel API, from our v2.3.0 we are separating the babel support in the following types:

* es6 - For `babel` and `babel-core` v5.8.x and below
* babel - For `babel-core` v6.x - You must `npm install babel-preset-es2015-riot` too, for this to work.

### Known Issues
Expand Down
3 changes: 1 addition & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ The predefined parsers are:
- `none` or `javascript`
- `livescript`
- `typescript`
- `es6` - (using `babel-core` or `babel`)
- `babel` - (using `babel-core` v6.x and the `es2015` preset)
- `es6` - (using `babel-core` v6.x and the `es2015` preset)
- `buble`
- `coffee` or `coffeescript`
Expand Down
2 changes: 1 addition & 1 deletion doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The `compile` and `riot.compile` functions can take an additional parameter spec
| compact | html | boolean | Remove spaces between tags (minify `<p> </p> <p> </p>` to `<p></p><p></p>`)
| whitespace | html | boolean | Preserve newlines and tabs. newlines are normalized anyway
| template | html | string | HTML pre-processor. Built-in support for: jade
| type | js | string | JavaScript pre-processor. Built-in support for: es6, babel, buble, coffeescript, typescript, livescript, none (no preprocess)
| type | js | string | JavaScript pre-processor. Built-in support for: es6, buble, coffeescript, typescript, livescript, none (no preprocess)
| style | css | string | CSS pre-processor. Built-in support for: sass, scss, less, stylus (only less in browsers)
| entities | compile | boolean | Split the tag in its raw parts.
| exclude | compile | array | This is an array of strings with part names to exclude. These names are the same as those generated by the `entities` option: html, css, attribs, js. Ej. `{exclude: ['js']}`
Expand Down

0 comments on commit 29682be

Please sign in to comment.