Export cache for debugging purposes

This commit is contained in:
Kevin Sawicki
2014-10-08 10:09:02 -07:00
committed by Kevin Sawicki
parent d877872c71
commit 472a48092d

View File

@@ -163,3 +163,5 @@ exports.add = (directoryPath, metadata) ->
cache.folders[path.join(directoryPath, folderPath)] = entry.dependencies
undefined
exports.cache = cache