source: Dev/trunk/src/qed-server/config/couchdb/bootstrap.js @ 443

Last change on this file since 443 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 260 bytes
Line 
1dojoConfig = {
2    packagePaths:{
3        '../../client':[
4            'dojo',
5            'dijit',
6            'dojox',
7            'qed'
8        ],
9        '.':[
10            'config',
11            'check'
12        ]
13    }
14};
15require('../../client/dojo/dojo');
Note: See TracBrowser for help on using the repository browser.