Last change
on this file since 452 was
452,
checked in by hendrikvanantwerpen, 12 years ago
|
Completed separation of client and server.
|
File size:
985 bytes
|
Line | |
---|
1 | var profile = (function(){ |
---|
2 | return { |
---|
3 | basePath: '../src/client', |
---|
4 | releaseDir: '../../build', |
---|
5 | releaseName: 'client', |
---|
6 | action: 'release', |
---|
7 | |
---|
8 | layerOptimize: 'closure', |
---|
9 | optimize: false, |
---|
10 | cssOptimize: 'comments', |
---|
11 | stripConsole: 'normal', |
---|
12 | |
---|
13 | packages: [{ |
---|
14 | name: 'dojo', |
---|
15 | location: 'dojo' |
---|
16 | },{ |
---|
17 | name: 'dijit', |
---|
18 | location: 'dijit' |
---|
19 | },{ |
---|
20 | name: 'dojox', |
---|
21 | location: 'dojox' |
---|
22 | },{ |
---|
23 | name: 'qed-client', |
---|
24 | location: 'qed-client' |
---|
25 | }], |
---|
26 | |
---|
27 | layers: { |
---|
28 | 'dojo/dojo': { |
---|
29 | include: [ 'dojo/dojo' ], |
---|
30 | customBase: true, |
---|
31 | boot: true |
---|
32 | }, |
---|
33 | 'qed-client/index': { |
---|
34 | include: [ 'qed-client/index' ] |
---|
35 | }, |
---|
36 | 'qed-client/response': { |
---|
37 | include: [ 'qed-client/response' ] |
---|
38 | } |
---|
39 | } |
---|
40 | }; |
---|
41 | })(); |
---|
Note: See
TracBrowser
for help on using the repository browser.