mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
4 lines
153 B
Bash
Executable file
4 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
|