aboutsummaryrefslogtreecommitdiffstats
path: root/server.sh
AgeCommit message (Collapse)Author
2011-09-13refactor(angular): externalize script load order into JSONDi Peng
- move all script load order into angularFiles.js - rakefile and angular-bootstrap.js use angularFiles.js to get script orders - gen_jstd_configs.js uses angularFiles.js to generate various jstd config files - run gen_jstd_configs.js whenever we run server.sh Closes #470
2010-12-22simple perf testing harness with JSON parsing testsIgor Minar
- all tests should be under perf/ - all payloads should be under perf/data - run tests with ./server.sh + ./test-perf.sh We still lack a way to compare results against a baseline, but this is better than nothing.
2010-11-29adding bash header to server.shIgor Minar
2010-10-22Workaround for http://bugs.jquery.com/ticket/7292Misko Hevery
2010-04-12removed Meta and allowed binding of HTMLMisko Hevery
2010-04-08tests failing jstd to show coryMisko Hevery
2010-01-08created a way to init the code without autobootstrapMisko Hevery