Skip to content

Instantly share code, notes, and snippets.

@jeffrydegrande
Created July 22, 2010 14:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffrydegrande/486057 to your computer and use it in GitHub Desktop.
Save jeffrydegrande/486057 to your computer and use it in GitHub Desktop.
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