diff --git a/Makefile b/Makefile index b85a4d4df..3eb86e9e0 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ build: @cp $(DEP)/yslow-3.1.5-sitespeed.js $(BUILD)/$(DEP)/ @cp $(DEP)/rules-desktop.properties $(BUILD)/$(DEP)/ @cp $(DEP)/rules-mobile.properties $(BUILD)/$(DEP)/ - @cp $(DEP)/browsertime-0.5-full.jar $(BUILD)/$(DEP)/ + @cp $(DEP)/browsertime-0.6-SNAPSHOT-full.jar $(BUILD)/$(DEP)/ @cp $(DEP)/timing-limits-default.xml $(BUILD)/$(DEP)/ @cp $(REPORT)/$(CSS)/bootstrap.min.css $(BUILD)/$(REPORT)/$(CSS)/ @cp $(REPORT)/$(CSS)/bootstrap-overrides.css $(BUILD)/$(REPORT)/$(CSS)/ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index 6605423d6..c7ed472c5 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -121,7 +121,7 @@ PAGES_COLUMNS= CRAWLER_JAR=crawler-1.5.10-full.jar VELOCITY_JAR=xml-velocity-1.8.8-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar -BROWSERTIME_JAR=browsertime-0.5-full.jar +BROWSERTIME_JAR=browsertime-0.6-SNAPSHOT-full.jar # Don't fetch Navigation Timing metrics by default COLLECT_BROWSER_TIMINGS=false @@ -777,7 +777,7 @@ cat << EOF usage: $0 options Sitespeed.io is a tool that helps you analyze your website performance and show you what you should optimize, more info at http://www.sitespeed.io. -To collect Browser Timings in Chrome & IE you need to install the ChromeDriver and the Internet Explorer Driver (Windows only) +To collect Browser Timings in Chrome & IE you need to install the ChromeDriver and the Internet Explorer Driver (Windows only). Example: $0 -u http://www.sitespeed.io -c chrome,firefox OPTIONS: diff --git a/dependencies/browsertime-0.5-full.jar b/dependencies/browsertime-0.6-SNAPSHOT-full.jar similarity index 86% rename from dependencies/browsertime-0.5-full.jar rename to dependencies/browsertime-0.6-SNAPSHOT-full.jar index 1a3298782..95eada3fa 100644 Binary files a/dependencies/browsertime-0.5-full.jar and b/dependencies/browsertime-0.6-SNAPSHOT-full.jar differ