From ac8cff4a6a51e256b87e674af6645514530bb26c Mon Sep 17 00:00:00 2001 From: meri Date: Sat, 3 Aug 2013 19:23:51 +0200 Subject: [PATCH] Clean up --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 48a8e22c..10f0d600 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -119,9 +119,6 @@ module.exports = function(grunt) { server: { options: { port: 8081 - // grunt-contrib-jasmine assumes that web-server runs in root directory - // it 's outfile is relativized against root - //base: 'test' } } }, @@ -134,7 +131,6 @@ module.exports = function(grunt) { template: 'test/browser/test-runner-template.tmpl' }, main: { - //TODO meri: find better location for less.js - reference can go to template and compiled browser to dist //src is used to build list of less files to compile src: ['test/less/*.less', '!test/less/javascript.less', '!test/less/urls.less'], options: {