andyshora/grunt-yslow

Fatal error: Unexpected end of input

Closed this issue · 4 comments

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' }
        ]

This may be an issue with PhantomJS, try running the command at the end of this closed issue:
#2

yup, that did it. thanks for the quick help!

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.

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.