annotate static/.rbuild.js @ 81:05d0a7cd85e8

Fixed site-wide history page. TODO: Add ability to show diffs.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Feb 2013 22:55:11 -0800
parents 97efd73f2158
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
97efd73f2158 Changed RequireJS paths to make it usable with the optimizer.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 ({
97efd73f2158 Changed RequireJS paths to make it usable with the optimizer.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 mainConfigFile: "js/wikked.js",
97efd73f2158 Changed RequireJS paths to make it usable with the optimizer.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 baseUrl: ".",
97efd73f2158 Changed RequireJS paths to make it usable with the optimizer.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 name: "js/wikked",
97efd73f2158 Changed RequireJS paths to make it usable with the optimizer.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 out: "js/wikked.min.js"
97efd73f2158 Changed RequireJS paths to make it usable with the optimizer.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 })