From 744eb355f022f29608aa60ab242554cc8bd30bba Mon Sep 17 00:00:00 2001 From: meri Date: Sat, 3 Aug 2013 16:27:49 +0200 Subject: [PATCH] Undo meaningless change. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 020e1bec..ac3cbfe2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,7 +47,7 @@ module.exports = function(grunt) { }, // Browser versions browser: { - src: ['<%= !build.browser %>'], + src: ['<%= build.browser %>'], dest: 'test/browser/less.js' }, alpha: {