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
This can be fixed by just passing '--web-security=no' to phantom.create() as the first param in init-phantomjs.js
https://github.com/iconic/grunt-svg-toolkit/blob/master/tasks/lib/init-phantomjs.js#L16
phantom.create('--web-security=no', function (ph) { data.logger('New PhantomJS instance created.'); data.phantomjs = ph; done(null, data); }, { dnodeOpts: { weak: false } });
The text was updated successfully, but these errors were encountered:
Thanks it work for me
Sorry, something went wrong.
No branches or pull requests
This can be fixed by just passing '--web-security=no' to phantom.create() as the first param in init-phantomjs.js
https://github.com/iconic/grunt-svg-toolkit/blob/master/tasks/lib/init-phantomjs.js#L16
The text was updated successfully, but these errors were encountered: