k3s/www/master
Hector Virgen 1a784cd489 Adds Karma to TravisCI
- Updates travis to run karma
- Adds some actual tests

Sample build success: https://travis-ci.org/djvirgen/kubernetes/jobs/61567253

Note: My branch is currently up to date with master but all the Go stuff is failing in Travis. Not sure why Go is failing, but the Karma stuff is running OK. I've also verified that when a Jasmine test fails, Travis will fail the build (see [this build](https://travis-ci.org/djvirgen/kubernetes/jobs/61567666) here).
2015-05-11 21:54:04 -07:00
..
components Adds Karma to TravisCI 2015-05-11 21:54:04 -07:00
js
less/app
protractor
shared
test/modules
.bowerrc
README.md
bower.json
gulpfile.js
karma.conf.js Adds Karma to TravisCI 2015-05-11 21:54:04 -07:00
package.json Adds Karma to TravisCI 2015-05-11 21:54:04 -07:00
vendor.base.json
vendor.json

README.md

Running the App in Production

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.