Added check.sh, and gitignores
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
doc
|
||||||
private.js
|
private.js
|
||||||
mail.js
|
mail.js
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
js
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ..
|
||||||
|
jshint `find . -name "*.js" | grep -v -e "^./node_modules/" -e "^./js/" -e "./static/" -e "^./doc/" -e "\.min\.js$"| grep -v analyse.js`
|
||||||
|
jshint js/l3d
|
||||||
Reference in New Issue
Block a user