Clean up ui build and generated files.

This commit is contained in:
jackgr
2015-05-29 03:35:27 -07:00
parent 5ac1151c5d
commit cff5bed70d
45 changed files with 1055 additions and 4007 deletions

View File

@@ -1,11 +1,20 @@
### Running the App in Production
### Application source and project files
master/ directory
This directory contains the source files. You will find the following directorys inside
jade/ This directory contains JADE files. This files need to be compiled into html files to be displayed by a browser
less/ This directory contains the LESS files for the core styles and material styles.
js/ Here you will find pure JS files. All this files are concatenated into the file app.js.
This directory contains the source and project files for the application, including:
* `bower.json`, which declares the framework dependencies downloaded by bower,
* `gulpfile.js`, which defines the build tasks run by `npm start` and `npm run build`,
* `karma.conf.js`, the default configuration file for top level karma tests.
* `package.json`, which declares the tool dependences downloaded by `npm install`.
* `vendor.json` and `vendor.base.json`, which declare dependencies compiled into `app.js` and `base.js`, respectively.
You will find the following directories inside:
* `components/` This directory contains components that appear as tabs in the application. See [master/components/README.md](master/components/README.md).
* `less/` This directory contains the LESS files for the core styles and material styles.
* `js/` Here you will find JavaScript files compiled into `app.js`.
* `protractor/` This directory contains the default configuration file `conf.js` and the `*.spec.js` files for the top level protractor tests.
* `shared/` This directory contains assets shared by two or more components.
* `test/` This directory contains the `*.spec.js` files for the top level karma tests. The default configuration file is `master/karma.conf.js`.
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/www/master/README.md?pixel)]()