Use Plovr built on 2012-09-25
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
JSDOC = jsdoc
|
JSDOC = jsdoc
|
||||||
PHANTOMJS = phantomjs
|
PHANTOMJS = phantomjs
|
||||||
PLOVR_JAR = bin/plovr-4b3caf2b7d84.jar
|
PLOVR_JAR = bin/plovr-b254c26318c5.jar
|
||||||
SRC = $(shell find exports externs src/ol -name \*.js)
|
SRC = $(shell find exports externs src/ol -name \*.js)
|
||||||
TARGETS = $(shell find demos -name advanced-optimizations.js -o -name simple-optimizations.js)
|
TARGETS = $(shell find demos -name advanced-optimizations.js -o -name simple-optimizations.js)
|
||||||
comma := ,
|
comma := ,
|
||||||
@@ -141,8 +141,9 @@ lint:
|
|||||||
.PHONY: plovr
|
.PHONY: plovr
|
||||||
plovr: $(PLOVR_JAR)
|
plovr: $(PLOVR_JAR)
|
||||||
|
|
||||||
|
# FIXME find a more permanent host for plovr jar
|
||||||
$(PLOVR_JAR):
|
$(PLOVR_JAR):
|
||||||
curl http://plovr.googlecode.com/files/$(notdir $@) > $@
|
curl http://dev.camptocamp.com/files/tpayne/plovr/$(notdir $@) > $@
|
||||||
|
|
||||||
.PHONY: doc
|
.PHONY: doc
|
||||||
doc:
|
doc:
|
||||||
|
|||||||
Reference in New Issue
Block a user