From 5e29647897505cdcf79596e7303b5f97171297a3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 28 Mar 2013 23:53:29 +0100 Subject: [PATCH] js: Remove redundant config not working on Node 0.10 --- js/Gruntfile.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/Gruntfile.js b/js/Gruntfile.js index f290250a..195decd6 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -15,11 +15,6 @@ module.exports = function (grunt) { minified: "../mopidy/frontends/http/data/mopidy.min.js" } }, - buster: { - test: { - config: "buster.js" - } - }, concat: { options: { banner: "<%= meta.banner %>",