Added check.sh, and gitignores
This commit is contained in:
parent
ff4e63d85a
commit
5c82adbff4
|
@ -1,3 +1,4 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
doc
|
||||||
private.js
|
private.js
|
||||||
mail.js
|
mail.js
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
js
|
|
@ -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
|
Loading…
Reference in New Issue