work on post unapproval javascript

This commit is contained in:
albert
2011-02-08 19:11:14 -05:00
parent 76a7594a97
commit 00ea319743
13 changed files with 139 additions and 17 deletions

6
script/custom/auto_compile.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
while true ; do
script/custom/compile_javascripts ;
sleep 1 ;
done