use phantomjs prebuilt
This commit is contained in:
parent
9078d22843
commit
d58d2ff9b1
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue