2015-05-11 09:24:22 -04:00
|
|
|
# ScratchX
|
2015-03-10 16:25:08 -04:00
|
|
|
Scratch Extension Site
|
2015-05-01 09:39:03 -04:00
|
|
|
|
|
|
|
|
|
|
|
## CSS
|
2015-07-29 17:28:22 -04:00
|
|
|
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:
|
2015-05-01 09:39:03 -04:00
|
|
|
|
|
|
|
sass --watch sass:css
|
|
|
|
|
2015-05-11 09:24:22 -04:00
|
|
|
For a quick webserver at http://localhost:8000, run from this directory:
|
|
|
|
|
|
|
|
python -m SimpleHTTPServer
|
|
|
|
|
2015-07-29 17:28:22 -04:00
|
|
|
If 8000 is in use, change the port number to e.g., 8001 with
|
|
|
|
|
|
|
|
python -m SimpleHTTPServer 8001
|
|
|
|
|
|
|
|
[SASS]: http://sass-lang.com/
|
2015-05-01 09:39:03 -04:00
|
|
|
[Bourbon]: http://bourbon.io/
|
|
|
|
[Neat]: http://neat.bourbon.io/
|
|
|
|
[Bitters]: http://bitters.bourbon.io/
|