Remove remaining references to deleted themes folder

This commit is contained in:
Kevin Sawicki
2013-09-16 16:34:49 -07:00
parent 46b0c8087e
commit d9313bd5e3

View File

@@ -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: