mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add twitter bootstrap submodule and put it on less search path
This commit is contained in:
@@ -17,7 +17,7 @@ class Config
|
||||
themeDirPaths: [userThemesDirPath, bundledThemesDirPath, vendoredThemesDirPath]
|
||||
packageDirPaths: [userPackagesDirPath, vendoredPackagesDirPath, bundledPackagesDirPath]
|
||||
userPackagesDirPath: userPackagesDirPath
|
||||
lessSearchPaths: [fsUtils.join(resourcePath, 'static')]
|
||||
lessSearchPaths: [fsUtils.join(resourcePath, 'static'), fsUtils.join(resourcePath, 'vendor')]
|
||||
defaultSettings: null
|
||||
settings: null
|
||||
configFileHasErrors: null
|
||||
|
||||
Reference in New Issue
Block a user