Mercurial > caja-test
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pavement.py Sun Jun 07 19:29:10 2009 -0700 @@ -0,0 +1,10 @@ +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"] + )