riot-compiler
v3.6.0
Published
Compiler for riot .tag files
Downloads
19,498
Maintainers
Readme
Documentation
Installation
Npm
$ npm install riot-compiler --save
Read more in the doc folder and the CHANGELOG
Please note: the documentation is a work in progress. Contributions are welcome.
For babel users
- babel - For
babel-corev6.x - You mustnpm install babel-preset-es2015-riottoo, for this to work. - babel - For
@babel/corev7.x - You must set the option"module": "false"in order to compile your tags properly
Known Issues
- Expressions within attribute values containing
>must be enclosed in quotes. Ex:<mytag hidden="{ a > 5 }">. - Shorthands within attributes parsed by CoffeeScript must be prefixed with a caret:
<mytag class="{^ c:1 }">
