fix the file path

This commit is contained in:
Artur Girenko 2017-03-15 19:11:34 +01:00
parent 89db09dced
commit b91aed7819
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ updateGitIgnore = () ->
patchReactNativePackager = () -> patchReactNativePackager = () ->
ckDeps.sync {install: true, verbose: false} ckDeps.sync {install: true, verbose: false}
log "Patching react-native packager to serve *.map files" log "Patching react-native packager to serve *.map files"
edit "node_modules/react-native/packager/react-packager/src/Server/index.js", edit "node_modules/react-native/packager/src/Server/index.js",
[[/match.*\.map\$\/\)/m, "match(/index\\..*\\.map$/)"]] [[/match.*\.map\$\/\)/m, "match(/index\\..*\\.map$/)"]]
shimCljsNamespace = (ns) -> shimCljsNamespace = (ns) ->