mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-24 16:48:07 -05:00
Scratch Extension Site
css | ||
fonts | ||
images | ||
js | ||
libs | ||
locale | ||
sass | ||
scratch_extensions | ||
tmp | ||
.gitignore | ||
CNAME | ||
favicon.ico | ||
index.html | ||
README.md | ||
Scratch.swf |
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