Removed not longer used sed, use ENV now.
This commit is contained in:
parent
abe6b5fb30
commit
8c86d87f24
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ time rake db:migrate
|
|||
echo "rake db:seed"
|
||||
time rake db:seed
|
||||
|
||||
# modify production.rb to serve assets
|
||||
sed -i -e 's/config.serve_static_assets = false/config.serve_static_assets = true/' config/environments/production.rb
|
||||
|
||||
# set system to develop mode
|
||||
rails r "Setting.set('developer_mode', true)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue