mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
if [ ! -e gen_docs.disable ]; then
|
|
/usr/bin/env node docs/spec/specs.js --noColor | grep -v '/lib/jasmine' && node docs/src/gen-docs.js
|
|
fi
|