1
0
forked from MTSR/mapserver
This commit is contained in:
Thomas Rudin 2019-11-26 11:28:23 +01:00
parent 04408acaa9
commit bfc10b4989
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
bundle.js
lib/*