Merge branch 'master' into aws
This commit is contained in:
commit
050b2303f0
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ var PhantomasWrapper = function() {
|
|||
|
||||
// Mandatory
|
||||
'analyze-css': true,
|
||||
'ignoreSslErrors': true
|
||||
'ignoreSslErrors': true, // until Phantomas 2.1
|
||||
'ignore-ssl-errors': true // for Phantomas >= 2.2
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue