Mercurial > wikked
annotate static/.rbuild.js @ 82:9afe4a1dbd1e
Refactoring of core wiki classes:
- Use proper classes instead of dictionaries more often.
- Simplified `Page`'s public API.
- Page meta property values are now always stored in an array, even if there's
only one occurence for the given key.
- Updated unit-tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 19 Mar 2013 19:54:11 -0700 |
parents | 97efd73f2158 |
children |
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 }) |