Merge pull request #7438 from bbodenmiller/patch-5

Add dealing with newlines for editor to 5.1-to-6.0
This commit is contained in:
Jeroen van Baarsen 2014-08-18 19:48:27 +02:00
commit e5e3fcaf79
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
# Clear and precompile assets
sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
#Add dealing with newlines for editor
sudo -u git -H git config --global core.autocrlf input
```
## 6. Update config files