view pavement.py @ 0:633c9cb05555

Origination.
author Atul Varma <varmaa@toolness.com>
date Sun, 07 Jun 2009 19:29:10 -0700
parents
children 00d50391d378
line wrap: on
line source

import subprocess
from paver.easy import *

@task
def auto(options):
    subprocess.call(
        ["../google-caja-read-only/bin/cajole_html",
         "-i", "js/my-caja-module.js",
         "-o", "js/my-caja-module.co.js"]
        )