NAME
jsextract.js
- Script to extract snippets marked with JsExtract
SYNOPSIS
node jsextract.js [OPTIONS] [file.js...]
DESCRIPTION
The jsextract.js processes its input files by looking for markers
such as JsExtract.css`...`
and extracting the template string
contents into a corresponding *.jscss
file. This can be preprocessed
or copied into a corresponding *.css
file, to be loaded via
JsExtract.fetch_css()
.
OPTIONS
-O <dir> : Specify the directory for output files.