Skip to content

Commit

Permalink
Add a simple fabfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Dec 16, 2009
1 parent 7262cc6 commit 5047221
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .hgignore
Expand Up @@ -3,6 +3,4 @@ syntax: glob
.DS_Store
*.pyc
*.log
out
deploy_tmp
.sass-cache
deploy/
7 changes: 7 additions & 0 deletions fabfile.py
@@ -0,0 +1,7 @@
from fabric.api import *

def regen():
local('hyde -g -s .')

def serve():
local('hyde -w -s .')

0 comments on commit 5047221

Please sign in to comment.