Use local resource path variable

This commit is contained in:
Kevin Sawicki
2013-11-11 09:26:50 -08:00
parent 0897007662
commit 88d80918a7

View File

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