Scratch Extension Site
Find a file
2015-05-15 10:10:18 -04:00
css Add methods to set/show/get short urls 2015-05-11 10:18:15 -04:00
examples Added SoundFlower example project 2015-05-06 11:35:39 -07: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
media Revert "Simplify media library" 2015-05-08 23:55:48 -04:00
sass Add methods to set/show/get short urls 2015-05-11 10:18:15 -04:00
scratch_extensions Added built-in extensions and fixed loading them 2015-03-24 00:33:19 -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 Update forum link. Closes #15 2015-05-15 10:01:16 -04:00
README.md Add tip about local development 2015-05-11 10:18:15 -04:00
Scratch.swf Fixed save dialog when exiting editor 2015-05-12 16:31:48 -04: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