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: