Gaël Métais
Gaël Métais
This is a Windows error. Did you remove the `locally: true` in your gruntfile?
Somes lines are missing a final comma, could it be this? ``` 'ignore imageOptimization' 'ignore gzipCompression' 'ignore fileMinification' ```
``` failConditions: [ 'fail if at least one url has a totalWeight > 2000000', // = 2MB 'fail if at least one url has a imageOptimization > 100000' // =...
Hi @JyotiPrakashMallick! You cannot have both `locally: true` and `serverUrl` specified. It's the first OR the other. By the way, replace `Desktop` by `desktop`.
Hi, it means PhantomJS could not open the page. Have a look at https://github.com/gmetais/YellowLabTools/issues/169.
Hi William, I didn't know about this draft, thank you! I wonder why it's never made its way to the HTTP protocol, because it was a great idea. However, what...
@joshtriplett The problem would be about your own caching proxies such as nginx or a CDN in front of your servers. They do read the requests, than convert to HTTPS....
@NekR A caching proxy is not something that bothers us, it's something very useful and quite common on large websites. It's an equipment between the server and the browser that...
> but how that affects outer world? @NekR You are right, it doesn't affect the outer world. I'm only talking about the pain of configuring the proxies that are parts...
> SDCH is also relevant here, although only implemented in Chrome and It's derivatives (Opera) Can you tell us more about it? How can it help? Is it a way...