Skip to content

Commit

Permalink
upgraded to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Nov 15, 2013
1 parent 5b80b41 commit 81eed09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ build:
@cp $(DEP)/LICENSE.txt $(BUILD)/$(DEP)/
@cp $(DEP)/crawler-1.5.7-full.jar $(BUILD)/$(DEP)/
@cp $(DEP)/crawler.properties $(BUILD)/$(DEP)/
@cp $(DEP)/xml-velocity-1.8.5-SNAPSHOT-full.jar $(BUILD)/$(DEP)/
@cp $(DEP)/xml-velocity-1.8.5-full.jar $(BUILD)/$(DEP)/
@cp $(DEP)/screenshot.js $(BUILD)/$(DEP)/
@cp $(DEP)/htmlcompressor-1.5.3.jar $(BUILD)/$(DEP)/
@cp $(DEP)/yuicompressor-2.4.6.jar $(BUILD)/$(DEP)/
@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.3-full.jar $(BUILD)/$(DEP)/
@cp $(DEP)/browsertime-0.4-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)/
Expand Down
4 changes: 2 additions & 2 deletions bin/sitespeed.io
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ NEXUS_VIEWPORT="348x519"

# Jar files, specify the versions
CRAWLER_JAR=crawler-1.5.7-full.jar
VELOCITY_JAR=xml-velocity-1.8.5-SNAPSHOT-full.jar
VELOCITY_JAR=xml-velocity-1.8.5-full.jar
HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar
BROWSERTIME_JAR=browsertime-0.3-full.jar
BROWSERTIME_JAR=browsertime-0.4-full.jar

# Store the input to be able to log exactly how/what was done
INPUT="$@"
Expand Down
2 changes: 1 addition & 1 deletion bin/sitespeed.io-sites
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NOW=$(date +"%Y-%m-%d-%H-%M-%S")
JAVA_HEAP=1024

# Version of the Jar-files used.
VELOCITY_JAR=xml-velocity-1.8.5-SNAPSHOT-full.jar
VELOCITY_JAR=xml-velocity-1.8.5-full.jar
HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar

# Setup dirs
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 81eed09

Please sign in to comment.