Files
www.gittip.com/.gitignore
Chad Whitacre a60d9d7e18 Make scss build atomic
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.
2013-02-13 10:19:48 -05:00

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