mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
5 lines
267 B
Text
5 lines
267 B
Text
// Offline JS
|
|
// To re-generate the offline bundle, run this from root of your project
|
|
// $ curl 'http://localhost:8081/index.ios.bundle?dev=false&minify=true' -o iOS/main.jsbundle
|
|
|
|
throw new Error('Offline JS file is empty. See iOS/main.jsbundle for instructions');
|