Store webgl-debug.js in build
This commit is contained in:
+1
-1
@@ -4,6 +4,7 @@
|
|||||||
/build/ol.js
|
/build/ol.js
|
||||||
/build/ol3.js
|
/build/ol3.js
|
||||||
/build/ol3-compiled.js
|
/build/ol3-compiled.js
|
||||||
|
/build/webgl-debug.js
|
||||||
/demos/*/advanced-optimizations.*
|
/demos/*/advanced-optimizations.*
|
||||||
/demos/*/build.html
|
/demos/*/build.html
|
||||||
/demos/*/debug.html
|
/demos/*/debug.html
|
||||||
@@ -15,4 +16,3 @@
|
|||||||
/proj4js-combined.js
|
/proj4js-combined.js
|
||||||
/tools/*.pyc
|
/tools/*.pyc
|
||||||
/tools/closure-compiler.jar
|
/tools/closure-compiler.jar
|
||||||
/webgl-debug.js
|
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ empty :=
|
|||||||
space := $(empty) $(empty)
|
space := $(empty) $(empty)
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: build demos webgl-debug.js
|
all: build demos
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: build/ol.js build/ol3-compiled.js
|
build: build/ol.js build/ol3-compiled.js build/webgl-debug.js
|
||||||
|
|
||||||
build/ol.js: $(PLOVR_JAR) $(SRC_OL3) base.json \
|
build/ol.js: $(PLOVR_JAR) $(SRC_OL3) base.json \
|
||||||
build/ol.json src/ol/ol.js
|
build/ol.json src/ol/ol.js
|
||||||
@@ -122,7 +122,7 @@ serve: $(PLOVR_JAR)
|
|||||||
lint:
|
lint:
|
||||||
gjslint --strict --limited_doc_files=$(subst $(space),$(comma),$(shell find externs -name \*.js)) $(SRC_OL3) $(SRC_OL) $(filter-out $(TARGETS),$(shell find demos -name \*.js))
|
gjslint --strict --limited_doc_files=$(subst $(space),$(comma),$(shell find externs -name \*.js)) $(SRC_OL3) $(SRC_OL) $(filter-out $(TARGETS),$(shell find demos -name \*.js))
|
||||||
|
|
||||||
webgl-debug.js:
|
build/webgl-debug.js:
|
||||||
curl https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/debug/webgl-debug.js > $@
|
curl https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/debug/webgl-debug.js > $@
|
||||||
|
|
||||||
$(PLOVR_JAR):
|
$(PLOVR_JAR):
|
||||||
@@ -139,4 +139,4 @@ clean:
|
|||||||
|
|
||||||
reallyclean: clean
|
reallyclean: clean
|
||||||
rm -f $(PLOVR_JAR)
|
rm -f $(PLOVR_JAR)
|
||||||
rm -f webgl-debug.js
|
rm -f build/webgl-debug.js
|
||||||
|
|||||||
Reference in New Issue
Block a user