-
Notifications
You must be signed in to change notification settings - Fork 129
Integrate changes from microbit-foundation 0.1.0 tag #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c4ef9c2
a1cb715
33c4f98
22464da
2a1b711
6289b57
60024cd
99b8250
c629ea1
f42c29d
fb8d43b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we need to update this on this release, can we also add it to the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Btw, I am not sure why this file is here and what it does, do you have more context @microbit-sam ? |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
echo "http://localhost:8000/editor.html" | ||
|
||
pushd `dirname $0` > /dev/null | ||
SCRIPTPATH=`pwd` | ||
popd > /dev/null | ||
|
||
cd ${SCRIPTPATH}/../ && python3 -m http.server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change this to 1.0.0 as well.