mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-04 08:58:16 +08:00
5 lines
133 B
Bash
Executable File
5 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
|