clean:target
mkdir:target
export-settings-json
shell:rscript
copy:rimages                          target/rdata/*.png *.svg → src/img/org/generated/
copy:rdata                            target/radata/*.json     → src/data/generated/
imagemin:dist-org
imagemin:dist-gen
svgmin:dist-org
svgmin:dist-gen
copy:images                           src/img/opt/             → target/build
get-img-data
reload-data
clean:target
mkdir:target
copy:images                           src/img/opt/             → target/build
qrcode                                → target/build/qr-article-url.svg
copy:js-theme
copy:js-src
copy:less-templates
copy:less-src
copy:less-variables
export-article-data-less
less:dist
copy:css
cssmin:font-awesome
html
 ↳  jade:compile                      src/article/article.jade         → target/includes/article-main.xhtml
 ↳  icopy:article-html-src            src/article/article.html         → target/includes/article-main.xhtml
copy:templates                        themes/[theme]/templates/        → target/includes/
copy:includes-src                     src/article/(article-*)          → target/includes/
copy:fragments-src                    src/article/fragments/           → target/includes/
article/article-body
includereplace:article                target/includes/index.html       → target/build/article.handlebars
compile-handlebars:article            target/build/article.handlebars  → target/build/article.xhtml
dom-transform                         target/build/article.xhtml       → target/build/watch.html
inline:article                        target/build/watch.html          → target/build/inline.html
copy:inlineTohtml                     target/build/inline.xhtml        → target/dest


