Add missing 6to5 segment

This commit is contained in:
Kevin Sawicki
2015-02-12 15:44:14 -08:00
parent c496012b73
commit 9df0a83597

View File

@@ -15,7 +15,7 @@ exports.addPathToCache = (filePath, atomHome) ->
CoffeeCache.setCacheDirectory(path.join(cacheDir, 'coffee'))
CSON.setCacheDir(path.join(cacheDir, 'cson'))
to5.setCacheDirectory(path.join(cacheDir, 'js'))
to5.setCacheDirectory(path.join(cacheDir, 'js', '6to5'))
switch path.extname(filePath)
when '.coffee'