Created
July 22, 2010 14:43
-
-
Save jeffrydegrande/486057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style.css: *.sass sass/*.sass | |
sass -t expanded style.sass > style.css | |
mockup.html: mockup.haml | |
haml mockup.haml mockup.html | |
clean: | |
rm -fr *.html | |
rm -fr *.css | |
all: clean style.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment