Skip to content

Commit

Permalink
Fix #989.
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Apr 5, 2016
1 parent 44230c3 commit fca4d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery/ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ module.exports = function(grunt) {
compile: {
PHANTOMJS_BIN: function() {
var localPhantomJS =
'node_modules/phantomjs/lib/phantom/bin/phantomjs';
'node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs';

// Look for a phantomjs binary of the VM by default when no `--host`
// flag is passed to grunt
Expand Down

0 comments on commit fca4d85

Please sign in to comment.