ah, woops

This commit is contained in:
psychobunny
2016-04-18 11:22:38 -04:00
parent 6e617dd69a
commit 5f5d8e6b56

View File

@@ -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();