summaryrefslogtreecommitdiff
path: root/src/client/app.js
AgeCommit message (Collapse)Author
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
Notes: * using https://github.com/ivoviz/feedback + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1 * with tiny changes to use require.js: + html2canvas.js & feedback.js (not minified) start+end lines changed to call define + feedback.js changed to not load html2canvas since require.js does that for us (dropping _html2canvas and getScript usage)
2015-01-12server/client: s/res/static/, drop dev_mode__resend_from_staticAlon Levy
2014-12-29requirejs config: sort, import socket.io via shimLV-426
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-16moving files around after repository mergerAlon Levy