From 969dc35d6362699a41779d38eb6498e45556fba1 Mon Sep 17 00:00:00 2001 From: Bram Stein Date: Sat, 1 Dec 2018 17:55:25 +0100 Subject: [PATCH] Fix calling phantomjs. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 76f5765..a839d52 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -30,7 +30,7 @@ module.exports = function (grunt) { build: ['build'] }, exec: { - test: 'phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html', + test: './node_modules/.bin/phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html', deps: 'calcdeps -i src -i exports.js -p src -p ./vendor/google/base.js -p node_modules/closure-dom/src/dom.js -o deps > test/deps.js' }, jshint: {