Skip to content

Commit

Permalink
Optimize generated autoload for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed Jan 22, 2015
1 parent ac97d9c commit c26ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cd ${PROJECT_DIR} &&
git checkout ${TAG} &&

echo "Running Composer Install";
php ./bin/composer.phar install --no-dev --prefer-dist &&
php ./bin/composer.phar install --no-dev --prefer-dist -o &&

echo "Tagging the release in RELEASE file" &&
COMMITHASH=`git rev-parse HEAD` &&
Expand Down

0 comments on commit c26ac5f

Please sign in to comment.