aboutsummaryrefslogtreecommitdiffstats
path: root/gen_docs.sh
AgeCommit message (Collapse)Author
2014-02-22chore(docs-app): re-activate docs-app test tasksPeter Bacon Darwin
Currently there is only a minimal test spec in place. But this will now be run as part of the test tasks.
2012-09-06chore(docs): get correct location for jasmine-nodeJonathan Zacsh
2012-08-30fix(docs): Making sure gen_docs.sh looks for a globally installed copy of ↵Jonathan Zacsh
jasmine-node as well as local.
2012-05-23chore(package.json): add simple package.json with npm dependenciesIgor Minar
2011-10-18fix(gen-docs): require files without touching PATHVojta Jina
So that it works on latest revision of node... New version of Node (v0.5.x) does not support require.paths.push().
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-08-31feat(jasmine-node): use the jasmine-node NPM to run our non-browser specsMisko Hevery
2011-06-08Allow disabling of shell scripts without changing eclipse configurationMisko Hevery
2011-01-24remove jasmine stack traces from the test outputMisko Hevery
2011-01-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code
2010-11-05changed to showdown from markup. added validator overviewMisko Hevery
2010-11-04added documentation for ng:include and ng:widget and test for doc collector.Misko Hevery
2010-11-03jsdoc parser + generator + viewer + scenario runnerMisko Hevery
- parse jsdocs from source code - generate prerendered (markdown + mustache) partials - generate json - generate scenario runner for examples in docs - basic angular doc viewer