source: Dev/branches/rest-dojo-ui/client/util/buildscripts/profiles/demos-all.profile.js @ 257

Last change on this file since 257 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 4.2 KB
Line 
1// This is the demos-all profile, which mimics the nightly checkout/build profile, but adds in the demos/
2// repo for easy debugging. We are not to link to the demos in nightly in a static fashion, but rather use
3// this repo as a testing place for versioned demos to be pushed onto dojotoolkit.org
4dependencies = {
5
6        action:"clean,release",
7        optimize:"shrinksafe",
8        cssOptimize:"comments.keepLines",
9        releaseName:"demosite",
10        mini:"false",
11
12        layers: [
13                // standard:
14                {
15                        name: "../dijit/dijit.js",
16                        dependencies: [
17                                "dijit.dijit"
18                        ]
19                },
20                {
21                        name: "../dijit/dijit-all.js",
22                        layerDependencies: [
23                                "../dijit/dijit.js"
24                        ],
25                        dependencies: [
26                                "dijit.dijit-all"
27                        ]
28                },
29
30                // Here are the various demos with promotion:
31                {
32                        name: "../demos/editor/layer.js",
33                        dependencies: [
34                                "dijit.layout.BorderContainer",
35                                "dijit.layout.ContentPane",
36                                "dijit.layout.AccordionContainer",
37                                "dijit.layout.ContentPane",
38                                "dojox.fx.text",
39                                "dijit.Editor",
40                                "dijit._editor.plugins.FullScreen",
41                                "dijit._editor.plugins.LinkDialog",
42                                "dijit._editor.plugins.Print",
43                                "dijit._editor.plugins.ViewSource",
44                                "dijit._editor.plugins.FontChoice",
45                                "dijit._editor.plugins.NewPage",
46                                "dijit._editor.plugins.ToggleDir",
47                                "dojox.editor.plugins.ShowBlockNodes",
48                                "dojox.editor.plugins.ToolbarLineBreak",
49                                "dojox.editor.plugins.Save",
50                                "dojox.editor.plugins.InsertEntity",
51                                "dojox.editor.plugins.Preview",
52                                "dojox.editor.plugins.PageBreak",
53                                "dojox.editor.plugins.PrettyPrint",
54                                "dojox.editor.plugins.NormalizeIndentOutdent",
55                                "dojox.editor.plugins.FindReplace",
56                                "dojox.editor.plugins.Breadcrumb",
57                                "dojox.editor.plugins.TextColor",
58                                "dojox.editor.plugins.CollapsibleToolbar",
59                                "dojox.editor.plugins.Blockquote",
60                                "dojox.editor.plugins.PasteFromWord",
61                                "dojox.editor.plugins.InsertAnchor",
62                                "dojox.editor.plugins.TablePlugins",
63                                "dojox.editor.plugins.PasteFromWord",
64                                "dojox.editor.plugins.Smiley",
65                                "dojox.editor.plugins.NormalizeStyle",
66                                "dojox.editor.plugins.StatusBar"
67                        ]
68                },
69                {
70                        // the dojo.moj.oe demo
71                        name: "../demos/mojo/src.js",
72                        dependencies: [
73                                "demos.mojo.src"
74                        ]
75                },
76                {
77                        // the dojo.workers() demo
78                        name: "../demos/skew/src.js",
79                        dependencies: [
80                                "demos.skew.src"
81                        ]
82                },
83                {
84                        // the mail app demo
85                        name: "../demos/mail/src.js",
86                        dependencies: [
87                                "demos.mail.src"
88                        ]
89                },
90                {
91                        // the i18n / flags demo
92                        name: "../demos/i18n/src.js",
93                        dependencies: [
94                                "demos.i18n.src"
95                        ]
96                },
97                {
98                        // the FlashCard demo
99                        name: "../demos/flashCards/src.js",
100                        dependencies: [
101                                "demos.flashCards.src"
102                        ]
103                },
104                {
105                        // the CastleParty demo
106                        name: "../demos/castle/src.js",
107                        dependencies: [
108                                "demos.castle.src"
109                        ]
110                },
111                {
112                        // the Image Preview demo:
113                        name: "../demos/cropper/src.js",
114                        dependencies:[
115                                "demos.cropper.src"
116                        ]
117                },
118                {
119                        // the Survey demo
120                        name: "../demos/survey/src.js",
121                        dependencies:[
122                                "demos.survey.src"
123                        ]
124                },
125                {
126                        // the BabelChat demo
127                        name: "../demos/babelChat/src.js",
128                        dependencies:[
129                                "demos.babelChat.src"
130                        ]
131                },
132                {
133                        name: "../demos/faces/src.js",
134                        dependencies:[
135                                "demos.faces.src"
136                        ]
137                },
138        {
139        name: "../demos/mobileMvc/src.js",
140                        dependencies:[
141                                "demos.mobileMvc.src"
142                        ]
143                },
144                {
145                        name: "../demos/mobileGauges/src.js",
146                        dependencies:[
147                                "demos.mobileGauges.src"
148                        ]
149                },
150                {
151                        name: "../demos/mobileCharting/src.js",
152                        dependencies:[
153                                "demos.mobileCharting.src"
154                        ]
155                },
156                {
157                        name: "../demos/mobileGeoCharting/src.js",
158                        dependencies:[
159                                "demos.mobileGeoCharting.src"
160                        ]
161                },
162                {
163                        name: "../demos/mobileFileBrowser/src.js",
164                        dependencies:[
165                                "demos.mobileFileBrowser.src"
166                        ]
167                },
168                {
169                        name: "../demos/mobileOpenLayers/src.js",
170                        dependencies:[
171                                "demos.mobileOpenLayers.src"
172                        ]
173                },
174                {
175                        name: "../demos/mobileGallery/src.js",
176                        dependencies:[
177                                "demos.mobileGallery.src"
178                        ]
179                },
180                {
181                        name: "../demos/touch/src.js",
182                        dependencies:[
183                                "demos.touch.src"
184                        ]
185                },
186                {
187                        // the CSS3 animations demo
188                        name: "../demos/css3/src.js",
189                        dependencies:[
190                                "demos.css3.src"
191                        ]
192                }
193        ],
194
195        prefixes: [
196                [ "dijit", "../dijit" ],
197                [ "dojox", "../dojox" ],
198                [ "demos", "../demos" ]
199        ]
200}
Note: See TracBrowser for help on using the repository browser.