mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use local resource path variable
This commit is contained in:
@@ -20,7 +20,7 @@ class LessCompileCache
|
||||
@cache = new LessCache
|
||||
cacheDir: @constructor.cacheDir
|
||||
importPaths: @getImportPaths()
|
||||
resourcePath: window.resourcePath
|
||||
resourcePath: resourcePath
|
||||
fallbackDir: path.join(resourcePath, 'less-compile-cache')
|
||||
|
||||
@subscribe atom.themes, 'reloaded', => @cache.setImportPaths(@getImportPaths())
|
||||
|
||||
Reference in New Issue
Block a user