mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-22 08:52:14 -05:00
10 lines
153 B
Bash
Executable File
10 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
V=`date "+%Y%m%d_%H%M%S"`
|
|
|
|
rsync -avL --exclude="WEB-INF" --delete ../gwt/war/ www-dev/
|
|
|
|
./compile-web-html $V dev
|
|
./compile-web-js $V dev
|
|
|