def coffee(): ops.check('coffee -v') sh('coffee -cl static/js/')
def wr_installed(): ops.check('wr -V')
def compass(): ops.check('compass version') sh('compass compile --sass-dir=scss --css-dir=static/css')