Last change
on this file since 415 was
415,
checked in by hendrikvanantwerpen, 12 years ago
|
Support data validation and increase dendency separation.
Added json-schema validation before documents are saved. Acts both as
a safe-guard and as a reference of the data model.
Added directory for server related material. For now it contains scripts
to configure CouchDB and check validity of documents against the schema.
Started separating out parts that depend on the data model from parts
that do not.
|
File size:
260 bytes
|
Line | |
---|
1 | dojoConfig = { |
---|
2 | packagePaths:{ |
---|
3 | '../../client':[ |
---|
4 | 'dojo', |
---|
5 | 'dijit', |
---|
6 | 'dojox', |
---|
7 | 'rft' |
---|
8 | ], |
---|
9 | '.':[ |
---|
10 | 'config', |
---|
11 | 'check' |
---|
12 | ] |
---|
13 | } |
---|
14 | }; |
---|
15 | require('../../client/dojo/dojo'); |
---|
Note: See
TracBrowser
for help on using the repository browser.