Skip to content

Commit

Permalink
Install & build within the build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Jul 29, 2016
1 parent 9019f61 commit 448f845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ set -u
# Debug, echo every command
set -x

BUILD_DIR=$1
CACHE_DIR=$2
ENV_DIR=$3
BP_DIR=`cd $(dirname $0); cd ..; pwd`

cd $BUILD_DIR

# Set the web root to the build/ directory
echo '{ "root": "build/" }' > static.json

Expand Down

0 comments on commit 448f845

Please sign in to comment.