diff --git a/bin/compile b/bin/compile index ab9c682..67795c7 100755 --- a/bin/compile +++ b/bin/compile @@ -69,7 +69,10 @@ TMP_APP_DIR=$CACHE_DIR/tmp_app_dir ls -a $APP_DIR ls -a $APP_DIR/tmp -mv $APP_DIR/tmp /tmp/apptmp + +echo 'touching things...' +touch $app_dir/tmp/newfile +mkdir -p $app_dir/tmp/newdir # Copy Anvil app dir to temporary storage... mkdir -p $TMP_APP_DIR