Remove webgl-debug.js for now

This commit is contained in:
Tom Payne
2012-09-24 14:38:59 +02:00
parent 048d19e73a
commit bb6f4e2ea1
3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@@ -36,8 +36,7 @@
"externs": [
"externs/bingmaps.js",
"externs/proj4js.js",
"externs/tilejson.js",
"externs/webgl-debug.js"
"externs/tilejson.js"
],
"level": "VERBOSE",