From 81d532495c189defd8b268ef2ea21d2308acfc60 Mon Sep 17 00:00:00 2001 From: meri Date: Sat, 3 Aug 2013 19:20:45 +0200 Subject: [PATCH] Removed obsolete option. --- Gruntfile.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ac3cbfe2..48a8e22c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -139,11 +139,7 @@ module.exports = function(grunt) { src: ['test/less/*.less', '!test/less/javascript.less', '!test/less/urls.less'], options: { specs: 'test/browser/runner-main.js', - outfile: 'test/browser/test-runner-main.html', - templateOptions: { - originalLess: '', - expectedCss: '' - } + outfile: 'test/browser/test-runner-main.html' } } },