server:
python -m SimpleHTTPServer
watch:
sass styles:static --watch
build:
sass styles/base.scss static/base.css
.PHONY: server watch build