diff --git a/.gitignore b/.gitignore index 7716cc0838..0175742da2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ /bin/plovr*.jar /build/ol.js /build/ol-compiled.js -/build/webgl-debug.js /demos/*/advanced-optimizations.* /demos/*/build.html /demos/*/debug.html diff --git a/Makefile b/Makefile index 5e2e97fa42..a0bd9f1de6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ space := $(empty) $(empty) all: build demos .PHONY: build -build: build/ol-compiled.js build/webgl-debug.js +build: build/ol-compiled.js build/ol-compiled.js: $(PLOVR_JAR) $(SRC) base.json \ build/ol.json build/ol.js @@ -102,9 +102,6 @@ serve: $(PLOVR_JAR) lint: gjslint --strict --limited_doc_files=$(subst $(space),$(comma),$(shell find externs -name \*.js)) $(SRC) $(filter-out $(TARGETS),$(shell find demos -name \*.js)) -build/webgl-debug.js: - curl https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/debug/webgl-debug.js > $@ - $(PLOVR_JAR): curl http://plovr.googlecode.com/files/$(notdir $@) > $@ @@ -118,4 +115,3 @@ clean: reallyclean: clean rm -f $(PLOVR_JAR) - rm -f build/webgl-debug.js diff --git a/base.json b/base.json index 981eccfa40..168c8ce491 100644 --- a/base.json +++ b/base.json @@ -36,8 +36,7 @@ "externs": [ "externs/bingmaps.js", "externs/proj4js.js", - "externs/tilejson.js", - "externs/webgl-debug.js" + "externs/tilejson.js" ], "level": "VERBOSE",