reverted to YSlow 3.1.5 since 3.1.8 somehow broke minification
This commit is contained in:
parent
7ce3457541
commit
99a67ec926
2
Makefile
2
Makefile
|
|
@ -51,7 +51,7 @@ package:
|
|||
@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.8-sitespeed.js $(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.1-full.jar $(BUILD)/$(DEP)/
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
|
@ -59,7 +59,7 @@ PAGES_COLUMNS=
|
|||
## The default user agent
|
||||
USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36"
|
||||
## The YSlow file to use
|
||||
YSLOW_FILE=dependencies/yslow-3.1.8-sitespeed.js
|
||||
YSLOW_FILE=dependencies/yslow-3.1.5-sitespeed.js
|
||||
## The desktop ruleset
|
||||
RULESET=sitespeed.io-2.0-desktop
|
||||
RULESET_MOBILE=sitespeed.io-2.0-mobile
|
||||
|
|
|
|||
Loading…
Reference in New Issue