forked from MTSR/mapserver
jshint
This commit is contained in:
parent
04408acaa9
commit
bfc10b4989
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ clean:
|
|||||||
rm -rf $(OUT_DIR)
|
rm -rf $(OUT_DIR)
|
||||||
|
|
||||||
jshint:
|
jshint:
|
||||||
jshint static/js/*.js static/js/components static/js/map static/js/util
|
cd static/js && jshint .
|
||||||
|
|
||||||
$(JS_BUNDLE):
|
$(JS_BUNDLE):
|
||||||
cd static/js && rollup -c rollup.config.js
|
cd static/js && rollup -c rollup.config.js
|
||||||
|
2
static/js/.jshintignore
Normal file
2
static/js/.jshintignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bundle.js
|
||||||
|
lib/*
|
Loading…
Reference in New Issue
Block a user