k3s/www/master
Patrick Reilly 716d98c39e initial commit of chrome only of new replacement web ui
remove node modules

make new data file for web ui

initial commit of dashboard

switch back to non SSL request

move port splitting to common place; add to node resource location

Signed-off-by: Patrick Reilly <patrick@kismatic.io>

various path fixes

make svg path relative

work around missing mime type

Signed-off-by: Patrick Reilly <patrick@kismatic.io>

fix paths

fix karma path

remove bad protractor test
2015-04-21 07:24:06 -07:00
..
components initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
js initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
less/app initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
protractor initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
shared initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
test/modules initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
.bowerrc initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
README.md initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
bower.json initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
gulpfile.js initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
karma.conf.js initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
package.json initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
vendor.base.json initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00
vendor.json initial commit of chrome only of new replacement web ui 2015-04-21 07:24:06 -07:00

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.