mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 07:40:58 +00:00
a60d9d7e18
Since using scss, whenever I refresh in the browser during development I often get unstyled content. My pattern has been to run `make css` under watch, and I guess this clobbers the target gittip.css in a non-atomic way. This is a small change to the Makefile to build gittip.css in a temporary location and then atomically move it into place to be served. This doesn't make it happen any faster but at least prevents unstyled refreshes.
15 lines
134 B
Plaintext
15 lines
134 B
Plaintext
env/
|
|
gittip.egg-info/
|
|
*~
|
|
*.pyc
|
|
local.env
|
|
tests/env
|
|
*.idea/
|
|
*.egg-info/
|
|
nosetests.xml
|
|
.coverage
|
|
.noseids
|
|
.deps
|
|
.sass-cache/
|
|
gittip.css
|