]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-base/examples/Readme.md
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-base / examples / Readme.md
CommitLineData
6527f429
DM
1# theme-base/examples\r
2\r
3This folder contains example applications demonstrating this package. Each of\r
4these applications will be built as part of the package build:\r
5\r
6 cd /path/to/package\r
7 sencha package build\r
8\r
9As applications, they can also be built individually:\r
10\r
11 cd /path/to/package/examples/example-app\r
12 sencha app build\r
13\r
14Or you can build all examples as a group:\r
15\r
16 cd /path/to/package\r
17 sencha ant examples\r
18\r
19The ideal location for the example builds to reside is the `"./build"` folder:\r
20\r
21 /path/to/package/\r
22 src/\r
23 resources/\r
24 ...\r
25 examples/\r
26 example-app/\r
27 other-example/\r
28 ...\r
29 build/\r
30 resources/\r
31 examples/\r
32 example-app/\r
33 other-example/\r
34\r
35This can be specified in the `".sencha/app/build.properties"` file for the\r
36example applications:\r
37\r
38 build.dir=${package.build.dir}/examples/${app.name}\r