Remove webgl-debug.js for now
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/bin/plovr*.jar
|
/bin/plovr*.jar
|
||||||
/build/ol.js
|
/build/ol.js
|
||||||
/build/ol-compiled.js
|
/build/ol-compiled.js
|
||||||
/build/webgl-debug.js
|
|
||||||
/demos/*/advanced-optimizations.*
|
/demos/*/advanced-optimizations.*
|
||||||
/demos/*/build.html
|
/demos/*/build.html
|
||||||
/demos/*/debug.html
|
/demos/*/debug.html
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ space := $(empty) $(empty)
|
|||||||
all: build demos
|
all: build demos
|
||||||
|
|
||||||
.PHONY: build
|
.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-compiled.js: $(PLOVR_JAR) $(SRC) base.json \
|
||||||
build/ol.json build/ol.js
|
build/ol.json build/ol.js
|
||||||
@@ -102,9 +102,6 @@ serve: $(PLOVR_JAR)
|
|||||||
lint:
|
lint:
|
||||||
gjslint --strict --limited_doc_files=$(subst $(space),$(comma),$(shell find externs -name \*.js)) $(SRC) $(filter-out $(TARGETS),$(shell find demos -name \*.js))
|
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):
|
$(PLOVR_JAR):
|
||||||
curl http://plovr.googlecode.com/files/$(notdir $@) > $@
|
curl http://plovr.googlecode.com/files/$(notdir $@) > $@
|
||||||
|
|
||||||
@@ -118,4 +115,3 @@ clean:
|
|||||||
|
|
||||||
reallyclean: clean
|
reallyclean: clean
|
||||||
rm -f $(PLOVR_JAR)
|
rm -f $(PLOVR_JAR)
|
||||||
rm -f build/webgl-debug.js
|
|
||||||
|
|||||||
Reference in New Issue
Block a user