From b6b1fbc6c7c6be91b55c251c6d027dd3035a55ff Mon Sep 17 00:00:00 2001 From: blaizedurroir Date: Thu, 21 Aug 2014 11:55:32 +0300 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 0f48d46272..685a8f0afa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,7 @@ var util = require("util"); +var somethingelse = "Something else"; + var now = new Date().toISOString(); function shallowCopy(obj) {