Skip to content

Files

Latest commit

361f916 · Oct 19, 2021

History

History
This branch is 1240 commits behind microsoft/pxt:master.

scripts

Scripts for PXT

pxt-blockly

In order to debug pxt-blockly in PXT, run the scripts/link-pxtblockly.sh which will link pxt-blockly under built/web/ and then instead of using index.html to debug, using blockly.html which will using the blockly uncompressed files instead of the bundled files in PXT.

To remove the link, there's a helper script that you can use as well scripts/unlink-pxtblockly.sh