We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Windows, I added these options to "phantom.create(function (ph) { .. }" to overcome a couple of errors (module weak not found; security issue).
,{ dnodeOpts: { weak: false }, parameters:{ 'web-security': 'no' } }
The text was updated successfully, but these errors were encountered:
+1 I need those options too, it would be great to be able to set phantomjs options when using this gulp plugin
Sorry, something went wrong.
No branches or pull requests
On Windows, I added these options to "phantom.create(function (ph) { .. }" to overcome a couple of errors (module weak not found; security issue).
The text was updated successfully, but these errors were encountered: