Add twitter bootstrap submodule and put it on less search path

This commit is contained in:
Nathan Sobo
2013-04-12 14:41:36 -06:00
parent bbf7c6ca1b
commit 738fc31f56
3 changed files with 5 additions and 1 deletions

View File

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