Skip to content

Commit

Permalink
need to be in the build dir during build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Apr 11, 2012
1 parent dfd3668 commit 6611f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Expand Up @@ -24,10 +24,12 @@ fetch_meteor() {

build() {
(
cd $BUILD_DIR
echo "Building meteor bundle"
meteor bundle $CACHE_DIR/bundle.tar.gz
mkdir -p $BUILD_DIR/.meteor/local/build
tar -zxf $CACHE_DIR/bundle.tar.gz --strip-components 1 -C $BUILD_DIR/.meteor/local/build
rm $CACHE_DIR/bundle.tar.gz
)
}

Expand Down

0 comments on commit 6611f3e

Please sign in to comment.