We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4511d39 commit 5214c1dCopy full SHA for 5214c1d
gen_docs.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
if [ ! -e gen_docs.disable ]; then
3
- 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
4
fi
package.json
@@ -0,0 +1,9 @@
+{
+ "name": "AngularJS",
+ "version": "0.0.0",
+ "dependencies" : {
5
+ "jasmine-node" : "*",
6
+ "q-fs" : "*",
7
+ "qq" : "*"
8
+ }
9
+}
0 commit comments