microsoft / pxt-mkc

Command line tool for MakeCode editors
https://microsoft.github.io/pxt-mkc/
MIT License
11 stars 6 forks source link

feat: allow for overrides in assets/ and assets/js/ for mkc serve files #73

Closed mmoskal closed 2 years ago

mmoskal commented 2 years ago

fixes #72

mmoskal commented 2 years ago

I don't think we want to override loader.js - the one from mkc has auto-reload and back traces for sim crashes. It may have more features in future. The one in assets/js/ is never updated after initial drop.