angular.js/gen_docs.sh
2011-10-11 11:01:45 -07:00

4 lines
133 B
Bash
Executable file

#!/bin/bash
if [ ! -e gen_docs.disable ]; then
jasmine-node docs/spec -i docs/src -i lib --noColor && node docs/src/gen-docs.js
fi