Skip to content

Commit

Permalink
Add a smush task to the fabfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Jan 9, 2010
1 parent 36e0008 commit 4d4cd3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fabfile.py
Expand Up @@ -13,3 +13,6 @@ def serve():
def reserve():
regen()
serve()

def smush():
local('smusher ./media/images')

0 comments on commit 4d4cd3e

Please sign in to comment.