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