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:
344 bytes
|
Line | |
---|
1 | dojoConfig = { |
---|
2 | baseUrl: ".", |
---|
3 | async: true, |
---|
4 | hasCache: { |
---|
5 | "host-node": true, |
---|
6 | "dom": false |
---|
7 | }, |
---|
8 | packages: [ |
---|
9 | {name: "dojo", location: "dojo"}, |
---|
10 | {name: "qed", location: "qed"}, |
---|
11 | {name: "qed-server", location: "qed-server"} |
---|
12 | ], |
---|
13 | deps: [ "qed-server/server" ] |
---|
14 | }; |
---|
15 | |
---|
16 | require("./dojo/dojo.js"); |
---|
Note: See
TracBrowser
for help on using the repository browser.