Special case reactionary in cache

This commit is contained in:
Kevin Sawicki
2014-10-09 16:43:43 -07:00
parent 105fc302ea
commit 0cfd37acd0

View File

@@ -27,6 +27,15 @@ module.exports = (grunt) ->
'vendor'
]
# Reactionary does not have an explicit react dependency
metadata._atomModuleCache.folders.push
paths: [
'node_modules/reactionary-atom-fork/lib'
]
dependencies: {
'react-atom-fork': metadata.dependencies['react-atom-fork']
}
validExtensions = ['.js', '.coffee', '.json', '.node']
extensions = {}