aboutsummaryrefslogtreecommitdiffstats
path: root/gen_jstd_configs.js
AgeCommit message (Collapse)Author
2012-10-18chore(jstd): remove JsTestDriver from our repoIgor Minar
Testacular FTW!
2012-03-28chore(Rakefile): get ready for modulesMisko Hevery
2011-10-31test(mocks): test mocks with compiled angularVojta Jina
Unfortunately, there people in our team (me), who are not able to use angular.* namespace prefix when writing angular-mocks code, so we need to test it...
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