riot-compiler
Advanced tools
Changelog
v2.5.2
undefined
is not a function when evaluating parsers._req
.Changelog
v2.3.23
data-is
attribute is used for scoped styles in addition to riot-tag
(the later will be removed in compiler v3.x)defer
in <script src=file>
avoids that the compiler loads the file, preserving the tag - Requested by riot#1492 : Stop script tags from being evaluated with serverside riot.render
. It is removed in client-side compilation because browsers will not load scripts through innerHTML.\0129
(riot+compiler.min).debug
inserts newlines between the riot.tag2
parameters and the call is prefixed with the source filename - Requested by riot#1646 : Split portions of generated html with newline instead of spaceriot.tag2
.Changelog
v2.3.22
less
parser, which is deprecated and generates warnings in the console.stylus
from the browser version.Changelog
v2.3.20
<\/script>
for closing script tags within quoted strings.<pre>
tags.@import
directives of stylus
, sass
, scss
, and less
can be relative to the file being processed.Changelog
v2.3.19
brackets
.Changelog
v2.3.18
version
(string) is included in the compiler set.