소스 검색

Get ready for Phantomas 2.2

Gaël Métais 4 년 전
부모
커밋
91e1724540
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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
         };