mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 18:45:49 -05:00
Scratch Extension Site
2c998d1ccc
When the plugin is already started we skip calling createDevicePlugin(), which is fine except that we were relying on createDevicePlugin() to call checkPolling() for us. We now call checkPolling() directly in those cases where it was being skipped before. |
||
---|---|---|
css | ||
fonts | ||
images | ||
js | ||
libs | ||
locale | ||
sass | ||
scratch_extensions | ||
.gitignore | ||
CNAME | ||
favicon.ico | ||
index.html | ||
README.md | ||
Scratch.swf |
ScratchX
Scratch Extension Site
CSS
The project uses Bourbon, Neat, and Bitters for CSS. Don't edit
css/scratchx.css
, instead edit the files in sass
and develop with:
sass --watch sass:css
For a quick webserver at http://localhost:8000, run from this directory:
python -m SimpleHTTPServer