bootstrapworld / pyret-blocks

Block Language for the Pyret Programming Language
Apache License 2.0
3 stars 1 forks source link

Reuse codemirror-blocks webpack config for the example dev server instead of custom configuration #37

Closed pcardune closed 3 years ago

pcardune commented 3 years ago

This PR gets rid of the following files that were copy-pasted from codemirror-blocks:

The UI for the dev page (in example/editor.html) diverged between codemirror-blocks and pyret-blocks. The pyret-blocks version has some UI for switching themes and the codemirror-blocks version has some UI for replaying redux action logs. It's not clear to me what the requirements are (if they even exist), so I didn't attempt to unify these divergent interfaces. I'll open a separate issue to discuss this.