mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove remaining references to deleted themes folder
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user