Scratch Extension Site
Find a file
Chris Willis-Ford 2c998d1ccc Call checkPolling() directly when plugin exists
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.
2015-08-07 14:20:38 -07:00
css Add methods to set/show/get short urls 2015-05-11 10:18:15 -04:00
fonts Update icon font 2015-05-11 10:18:15 -04:00
images Style the homepage 2015-05-05 13:06:47 -04:00
js Open the editor when loading from URL params 2015-05-15 10:10:18 -04:00
libs Add methods to set/show/get short urls 2015-05-11 10:18:15 -04:00
locale Add translations 2015-05-08 19:23:24 -04:00
sass Add methods to set/show/get short urls 2015-05-11 10:18:15 -04:00
scratch_extensions Call checkPolling() directly when plugin exists 2015-08-07 14:20:38 -07:00
.gitignore Use bourbon/neat/bitters for CSS 2015-05-01 09:39:03 -04:00
CNAME Create CNAME 2015-03-10 16:31:25 -04:00
favicon.ico Add favicon 2015-05-08 19:35:46 -04:00
index.html Ensure that Scratch is defined before extension JS 2015-07-23 15:48:46 -04:00
README.md Add tip about local development 2015-05-11 10:18:15 -04:00
Scratch.swf Bump SWF to v439 2015-08-06 15:09:12 -07:00

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