Added check.sh, and gitignores
This commit is contained in:
4
utils/check.sh
Executable file
4
utils/check.sh
Executable file
@@ -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