Skip to content

Commit

Permalink
do not move the app to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pearkes committed Feb 5, 2012
1 parent 7a8177f commit 60bec24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/compile
Expand Up @@ -31,10 +31,8 @@ EOF

cd $BUILD_DIR

# move app things to www
# make www
mkdir -p $CACHE_DIR/www
mv * $CACHE_DIR/www
mv $CACHE_DIR/www .

# copy artifacts out of cache if exists
mkdir -p $CACHE_DIR
Expand Down

0 comments on commit 60bec24

Please sign in to comment.