Remove themes folder from .atom template
Themes now go in ~/.atom/packages
Esse commit está contido em:
@@ -1 +0,0 @@
|
||||
All themes in this directory will be automatically loaded
|
||||
@@ -181,7 +181,6 @@ describe "Config", ->
|
||||
expect(fs.exists(config.configDirPath)).toBeTruthy()
|
||||
expect(fs.exists(path.join(config.configDirPath, 'packages'))).toBeTruthy()
|
||||
expect(fs.exists(path.join(config.configDirPath, 'snippets'))).toBeTruthy()
|
||||
expect(fs.exists(path.join(config.configDirPath, 'themes'))).toBeTruthy()
|
||||
expect(fs.isFileSync(path.join(config.configDirPath, 'config.cson'))).toBeTruthy()
|
||||
|
||||
describe ".loadUserConfig()", ->
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário