Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed to prefer dist #20

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changed to prefer dist
  • Loading branch information
baileyparker committed Sep 18, 2014
commit 040384345c11e158b1ea52a739960ebcb97859f7
2 changes: 1 addition & 1 deletion Boxfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ web1:
- app/storage/sessions
- app/storage/views
after_build:
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install --prefer-source"
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install --prefer-dist"
after_deploy:
- "php artisan cache:clear"
- "rm -f app/storage/views/*"
Expand Down