summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2014-12-21s/res/static/ for local running - not tested on rhizi.netpastebinAlon Levy
2014-12-21app.js: configure baseUrl commentLV-426
2014-12-16client fixes to run with new layoutAlon Levy
directives for src names: any js file should be relative any resource should be absolute i.e. all images are /res/img/bla and all js files are bla.js / view/node_view.js etc
2014-12-16how to run client with file://Alon Levy
create two symlinks like so: ln -sf ../../res/templates/index.html . ln -sf ../../res/client res
2014-12-16moving files around after repository mergerAlon Levy