use phantomjs prebuilt

This commit is contained in:
soulgalore 2016-01-29 20:53:06 +01:00
parent 9078d22843
commit d58d2ff9b1
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
var path = require('path'),
childProcess = require('child_process'),
phantomPath = require('phantomjs').path,
phantomPath = require('phantomjs-prebuilt').path,
slimerPath = require('slimerjs').path,
util = require('../util/util'),
inspect = require('util').inspect,

View File

@ -8,7 +8,7 @@
var path = require('path'),
childProcess = require('child_process'),
phantomPath = require('phantomjs').path,
phantomPath = require('phantomjs-prebuilt').path,
slimerPath = require('slimerjs').path,
util = require('../util/util'),
inspect = require('util').inspect,