Skip to content

Commit 70129f6

Browse files
Updated levelbuilder instructions.
1 parent 3937295 commit 70129f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/update-levelbuilder.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This .md file should only contain information which is specific to Code.org engi
99
1. Or in your local repository:
1010
- `git checkout levelbuilder`
1111
- `git pull origin levelbuilder` To make sure you're up-to-date.
12-
- `git pull origin staging` To fetch and merge `staging` directly into `levelbuilder`.
12+
- `git pull origin staging` To fetch and merge `staging` directly into `levelbuilder`. You'll likely get "both modified" merge conflicts in `dashboard/public/blockly-package/*` and for `blockly-core/blockly_compressed.js` and `blockly-core/blockly_uncompressed.js`. We don't want to merge in `staging`'s copies of the `blockly-core` and `blockly` build products because they're out of date and need to be rebuilt immediately anyway. Do this:
13+
1. `git checkout --ours dashboard/public/blockly-package blockly-core/blockly_compressed.js blockly-core/blockly_uncompressed.js`
14+
1. `git add dashboard/public/blockly-package blockly-core/blockly_compressed.js blockly-core/blockly_uncompressed.js`
15+
1. Fix any remaining merge conficts, if any.
16+
1. `git commit`
1317
- `git push`
1418
1. Wait for levelbuilder to deploy.
1519

0 commit comments

Comments
 (0)