updated crawler version closes #382
This commit is contained in:
parent
eaa5128a4e
commit
e2c7c74050
2
Makefile
2
Makefile
|
|
@ -51,7 +51,7 @@ build:
|
|||
@cp $(BIN)/sitespeed.io-sites $(BUILD)/$(BIN)/
|
||||
@cp $(BIN)//travis-ci.sh $(BUILD)/$(BIN)/
|
||||
@cp $(DEP)/LICENSE.txt $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/crawler-1.5.12-full.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/crawler-1.5.13-SNAPSHOT-full.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/crawler.properties $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/xml-velocity-1.8.8-full.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/screenshot.js $(BUILD)/$(DEP)/
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ PAGES_COLUMNS=
|
|||
CDN_LIST=
|
||||
|
||||
# Jar files, specify the versions
|
||||
CRAWLER_JAR=crawler-1.5.12-full.jar
|
||||
CRAWLER_JAR=crawler-1.5.13-SNAPSHOT-full.jar
|
||||
VELOCITY_JAR=xml-velocity-1.8.8-full.jar
|
||||
HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar
|
||||
BROWSERTIME_JAR=browsertime-0.6-full.jar
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue