source: Dev/trunk/build/build.sh @ 452

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