Download Plovr into build directory
This means that all build artefacts except for the examples are in build.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
/bin/plovr*.jar
|
|
||||||
/build
|
/build
|
||||||
/examples/*.html.png
|
/examples/*.html.png
|
||||||
/examples/example-list.js
|
/examples/example-list.js
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ SRC = [path
|
|||||||
if path.endswith('.js')
|
if path.endswith('.js')
|
||||||
if path not in SHADER_SRC]
|
if path not in SHADER_SRC]
|
||||||
|
|
||||||
PLOVR_JAR = 'bin/plovr-eba786b34df9.jar'
|
PLOVR_JAR = 'build/plovr-eba786b34df9.jar'
|
||||||
PLOVR_JAR_MD5 = '20eac8ccc4578676511cf7ccbfc65100'
|
PLOVR_JAR_MD5 = '20eac8ccc4578676511cf7ccbfc65100'
|
||||||
|
|
||||||
PROJ4JS = 'build/proj4js/lib/proj4js-combined.js'
|
PROJ4JS = 'build/proj4js/lib/proj4js-combined.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user