diff --git a/Gruntfile.js b/Gruntfile.js index 1604641f..c4f8a069 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -20,8 +20,8 @@ module.exports = function(grunt) { src: ['build/js/verbHaxe.js'], overwrite: true, // overwrite matched source files replacements: [{ - from: '{log:function(){}}, typeof window != "undefined" ? window : exports,', - to: '{log:function(){}}, verb,' + from: '{log:function(){}}, typeof window != "undefined" ? window : exports', + to: '{log:function(){}}, verb' }] } },