Files
react-native-code-push/android
Mike Lambert 658e81add1 Fix dependency issue (#902)
Fix this crash I see when building for android:
```
:app:generateBundledResourcesHashDebug
module.js:471
    throw err;
    ^

Error: Cannot find module '/var/folders/94/wngs1jw91_n2_jjjrfljtqrc0000gn/T/CodePushResourcesMap-1b95774b.json'
```

Looks like these two tasks (`recordFileBeforeBundleCommand` and `generateBundledResourcesHash`) run in parallel, which create problems because one depends on a file generated by the other. Not sure why others don't have this issue, though, but I suspect this is exactly the issue reported in https://github.com/Microsoft/react-native-code-push/issues/836
2017-06-26 11:10:19 +03:00
..
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00
2017-06-26 11:10:19 +03:00
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00