view static/.rbuild.js @ 63:97efd73f2158

Changed RequireJS paths to make it usable with the optimizer.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 23:48:34 -0800
parents
children
line wrap: on
line source

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