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