Scratch Extension Site
Find a file
Ray Schamp c788ab649e Don't return the jQuery element when showing a warning
Hopefully this fixes a recursion issue for @khanning.  Sometimes returning jQuery objects to Flash causes issues in the serialization step.
2015-08-14 09:22:56 -04:00
css Tweaks from @carljbowman 2015-08-11 15:19:48 -04:00
fonts First pass on gallery page 2015-08-10 09:45:38 -04:00
images Re-re-blue extension images 2015-08-11 15:59:53 -04:00
js Don't return the jQuery element when showing a warning 2015-08-14 09:22:56 -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 Tweaks from @carljbowman 2015-08-11 15:19:48 -04:00
scratch_extensions Call checkPolling() directly when plugin exists 2015-08-07 14:20:38 -07:00
tmp Unhost Xi extension 2015-08-11 15:11:51 -04:00
.gitignore Ignore OS X system file 2015-08-10 09:45:39 -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 Make author lists consistent 2015-08-12 09:01:19 -04:00
README.md Add a note to make it easier to get up and running 2015-08-10 09:45:38 -04:00
Scratch.swf Bump SWF to v439 2015-08-06 15:09:12 -07:00

ScratchX

Scratch Extension Site

CSS

The project uses SASS with Bourbon, Neat, and Bitters for CSS. To install sass,

gem install sass

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

If 8000 is in use, change the port number to e.g., 8001 with

python -m SimpleHTTPServer 8001