Explorar el Código

Get ready for Phantomas 2.2

Gaël Métais hace 4 años
padre
commit
91e1724540
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lib/tools/phantomas/phantomasWrapper.js

+ 2 - 1
lib/tools/phantomas/phantomasWrapper.js

@@ -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
         };