mailiverse/build/compile-web

12 lines
208 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
V=`date "+%Y%m%d_%H%M%S"`
M=prod
2013-09-02 13:20:56 -04:00
rsync -avL --delete ../web/WebContent/ www/
2013-09-02 13:43:11 -04:00
rsync -avL --delete ../gwt/war/mailiverse_gwt/ www/mailiverse_gwt/
2013-09-02 13:20:56 -04:00
./compile-web-html $V $M
./compile-web-js $V $M