Fatal error: Unexpected end of input
Closed this issue · 4 comments
chapati23 commented
doesn't work for me. if i start grunt yslow i always get:
Running "yslow:pages" (yslow) task
>> Testing 1 URLs, this might take a few moments...
Fatal error: Unexpected end of input
this is my config (in coffeescript)
yslow:
options:
thresholds:
weight: 180
speed: 1000
score: 80
requests: 15
pages:
files: [
{ src: 'http://google.com' }
]
andyshora commented
This may be an issue with PhantomJS, try running the command at the end of this closed issue:
#2
chapati23 commented
yup, that did it. thanks for the quick help!
riteshwaghela commented
Hi Andi,
I am too getting the same error and I am working on Windows 8, So I can't try the command which solved pshizzle's problem.
Thanks.
andyshora commented
First, try updating your PhantomJS version.
Sent from my iPhone
On 16 Jun 2014, at 11:04, Ritesh notifications@github.com wrote:
Hi Andi,
I am too getting the same error and I am working on Windows 8, so I can't try the command which solved pshizzle's problem.
Thanks.
—
Reply to this email directly or view it on GitHub.