append windows phantomjs with .exe (#7065)

pull/7366/head
Ryan McKinley 9 years ago committed by Torkel Ödegaard
parent 9b8760bad7
commit a656d01bf5
  1. 4
      tasks/options/phantomjs.js

@ -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){

Loading…
Cancel
Save