aboutsummaryrefslogtreecommitdiffstats
path: root/gen_docs.sh
diff options
context:
space:
mode:
authorIgor Minar2012-05-22 23:39:07 -0700
committerIgor Minar2012-05-23 15:00:56 -0700
commit5214c1d0cbd8473e1f5dd3894f1fcbecd89bc8af (patch)
tree121ffc1f973e436007c4253e04fe1e27426fdd18 /gen_docs.sh
parent4511d39cc748288df70bdc258f98a8f36652e683 (diff)
downloadangular.js-5214c1d0cbd8473e1f5dd3894f1fcbecd89bc8af.tar.bz2
chore(package.json): add simple package.json with npm dependencies
Diffstat (limited to 'gen_docs.sh')
-rwxr-xr-xgen_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_docs.sh b/gen_docs.sh
index b14c49db..9ddb82aa 100755
--- a/gen_docs.sh
+++ b/gen_docs.sh
@@ -1,4 +1,4 @@
#!/bin/bash
if [ ! -e gen_docs.disable ]; then
- jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
+ ./node_modules/.bin/jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
fi