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