Server
TBD
Server class
TBD
Development mode
The trillo
command and Server
objects initialized with the devmode = true
start a local Trillo server in development mode, which means will:
automatically recompile pages whose overall source code is modified, including
<:import>
-ed and<:include>
-d sources, recursivelyautomatically update route mapping based on the
:URLPATH
directives in modified pagesdeliver page-specific code as a separated
.js
file with sourcemapoptionally, inject autorefresh code
add support for
__noclient
and__noserver
HTTP parameters
Server values
URLPATH
TBD
Last updated