scratch-extension-development icon indicating copy to clipboard operation
scratch-extension-development copied to clipboard

Some notes

Open mbwhite opened this issue 2 years ago • 0 comments

Impressive bit of work; there's a lot going on here! To report there were no issues running it I found, few minor things..

  • Worth renaming branch 'master' to 'main'

  • On the step about creating the new repository - might be helpful top a few more words to tie into the screenshots

    • what's the organization name?
    • what name has been chosen for the demo
  • Did notice that it took a while for the 'JS/TS Language features' to start; before that there's no colour coding in the file.

  • I didn't get a pop-up when I launch scratch, but hovering over the URL and CTRL-click worked as well

  • At the end of the release script if you want to display the location of the gh-pages branch this additional line should do the trick.

git config --get remote.origin.url |  awk -F/ '{printf "https://%s.github.io/%s/scratch/\n",$4,$5}'

mbwhite avatar Mar 12 '23 17:03 mbwhite