From d9313bd5e3ac0a96297e5fd95e93ecb2988d76bd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 16 Sep 2013 16:34:49 -0700 Subject: [PATCH] Remove remaining references to deleted themes folder --- Gruntfile.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index eb846e7d0..652935ae5 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -58,7 +58,6 @@ module.exports = (grunt) -> src: [ 'keymaps/*.cson' 'static/**/*.cson' - 'themes/**/*.cson' ] dest: appDir ext: '.json' @@ -124,13 +123,11 @@ module.exports = (grunt) -> 'vendor-prefix': false src: [ 'static/**/*.css' - 'themes/**/*.css' ] lesslint: src: [ 'static/**/*.less' - 'themes/**/*.less' ] markdown: