mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Join dirs in config LESS path
This commit is contained in:
@@ -46,7 +46,7 @@ class Config
|
||||
packageDirPaths: _.clone(userPackageDirPaths)
|
||||
userPackageDirPaths: userPackageDirPaths
|
||||
userStoragePath: userStoragePath
|
||||
lessSearchPaths: [path.join(resourcePath, 'static/less-imports'), path.join(resourcePath, 'static'), path.join(resourcePath, 'vendor')]
|
||||
lessSearchPaths: [path.join(resourcePath, 'static', 'less-imports'), path.join(resourcePath, 'static'), path.join(resourcePath, 'vendor')]
|
||||
defaultSettings: null
|
||||
settings: null
|
||||
configFileHasErrors: null
|
||||
|
||||
Reference in New Issue
Block a user