Last change
on this file since 452 was
452,
checked in by hendrikvanantwerpen, 12 years ago
|
Completed separation of client and server.
|
-
Property svn:executable set to
*
|
File size:
285 bytes
|
Rev | Line | |
---|
[452] | 1 | #!/bin/sh |
---|
[407] | 2 | |
---|
[452] | 3 | echo "Cleaning up previous build" |
---|
| 4 | rm -rf client/ server/ |
---|
[408] | 5 | |
---|
[452] | 6 | echo "Building client" |
---|
| 7 | ../src/client/util/buildscripts/build.sh --profile client.profile.js |
---|
[407] | 8 | |
---|
[452] | 9 | echo "Copying client HTML files" |
---|
| 10 | cp ../src/client/*.html client/ |
---|
[407] | 11 | |
---|
[452] | 12 | echo "Copying server files" |
---|
| 13 | cp -r ../src/server/ server/ |
---|
Note: See
TracBrowser
for help on using the repository browser.