Skip to content

Commit

Permalink
Is it the bundling or the installing?
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Oct 1, 2012
1 parent 41d9615 commit b6b1e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ mkdir -p "$HOME"
# bundle, and install into app/
############################################
cd $BUILD_DIR
echo "Installing meteor" | indent
HOME="$BUILD_DIR" mrt install | indent
echo "Building meteor bundle" | indent
HOME="$BUILD_DIR" mrt bundle $CACHE_DIR/bundle.tar.gz 2>&1 | indent
echo "Bundled" | indent
Expand Down

0 comments on commit b6b1e2b

Please sign in to comment.