Remove bootstrap from LESS search path

This commit is contained in:
Kevin Sawicki
2013-09-16 16:32:21 -07:00
parent 9ea1ad7ce9
commit 46b0c8087e

View File

@@ -46,7 +46,6 @@ class Config
lessSearchPaths: [
path.join(resourcePath, 'static', 'variables')
path.join(resourcePath, 'static')
path.join(resourcePath, 'vendor', 'less')
]
defaultSettings: null
settings: null