view static/.rbuild.js @ 84:ca57fef14d04

Formatter/resolver changes: - Formatting is done after resolving. - Resolving includes passing text through the template engine. - Using Jinja2 for templating now. - Added unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Apr 2013 23:30:23 -0700
parents 97efd73f2158
children
line wrap: on
line source

({
    mainConfigFile: "js/wikked.js",
    baseUrl: ".",
    name: "js/wikked",
    out: "js/wikked.min.js"
})