From 5f5d8e6b562e298ba5622567f5b27141f73006cd Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 18 Apr 2016 11:22:38 -0400 Subject: [PATCH] ah, woops --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b9422b7661..eb3cdc7417 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { } function update(action, filepath, target) { - var updateArgs = args, + var updateArgs = args.slice(), fromFile = '', compiling = '', time = Date.now();