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
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | echo "Cleaning up previous build" |
---|
4 | rm -rf client/ server/ |
---|
5 | |
---|
6 | echo "Building client" |
---|
7 | ../src/client/util/buildscripts/build.sh --profile client.profile.js |
---|
8 | |
---|
9 | echo "Copying client HTML files" |
---|
10 | cp ../src/client/*.html client/ |
---|
11 | |
---|
12 | echo "Copying server files" |
---|
13 | cp -r ../src/server/ server/ |
---|
Note: See
TracBrowser
for help on using the repository browser.