snipt/Makefile

8 lines
160 B
Makefile
Raw Normal View History

2014-10-30 08:56:28 -07:00
deploy:
2016-11-01 10:58:32 -07:00
git push heroku heroku:master
2015-10-12 09:51:31 -07:00
2015-09-30 14:06:53 -07:00
sass:
sass --sourcemap=none --watch -t compressed --scss media/css/style.scss:media/css/style.css
2015-09-30 14:06:53 -07:00
2016-11-01 10:57:37 -07:00
.PHONY: deploy sass