mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
4 lines
134 B
Bash
Executable file
4 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
if [ ! -e gen_docs.disable ]; then
|
|
./node_modules/.bin/jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
|
|
fi
|