append windows phantomjs with .exe (#7065)

This commit is contained in:
Ryan McKinley
2017-01-25 05:49:09 -08:00
committed by Torkel Ödegaard
parent 9b8760bad7
commit a656d01bf5

View File

@ -6,6 +6,10 @@ module.exports = function(config,grunt) {
var dest = './vendor/phantomjs/phantomjs';
var confDir = './node_modules/phantomjs-prebuilt/lib/';
if (process.platform === "win32") {
dest += ".exe";
}
src = config.phjs
if (!src){