]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/simple-tasks/Readme.md
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / simple-tasks / Readme.md
CommitLineData
6527f429
DM
1# SimpleTasks/app\r
2\r
3This folder contains the javascript files for the application.\r
4\r
5# SimpleTasks/resources\r
6\r
7This folder contains static resources (typically an `"images"` folder as well).\r
8\r
9# SimpleTasks/overrides\r
10\r
11This folder contains override classes. All overrides in this folder will be \r
12automatically included in application builds if the target class of the override\r
13is loaded.\r
14\r
15# SimpleTasks/sass/etc\r
16\r
17This folder contains misc. support code for sass builds (global functions, \r
18mixins, etc.)\r
19\r
20# SimpleTasks/sass/src\r
21\r
22This folder contains sass files defining css rules corresponding to classes\r
23included in the application's javascript code build. By default, files in this \r
24folder are mapped to the application's root namespace, 'SimpleTasks'. The\r
25namespace to which files in this directory are matched is controlled by the\r
26app.sass.namespace property in SimpleTasks/.sencha/app/sencha.cfg. \r
27\r
28# SimpleTasks/sass/var\r
29\r
30This folder contains sass files defining sass variables corresponding to classes\r
31included in the application's javascript code build. By default, files in this \r
32folder are mapped to the application's root namespace, 'SimpleTasks'. The\r
33namespace to which files in this directory are matched is controlled by the\r
34app.sass.namespace property in SimpleTasks/.sencha/app/sencha.cfg. \r