I have disabled pipeline assets precompile. For that I have the following line in my config/application.rb & config/environments/development.rb
config.assets.enabled = false
I am trying to deploy in development environment with Capistrano3. When I run deploy command I find assets are precompiled.
$cap development deploy --trace
DEBUG [8b4a938e] Command: cd /home/ec2-user/capistrano-3/a/releases/20140122054901 && ( RAILS_ENV=development ~/.rvm/bin/rvm 2.0.0-p353 do bundle exec rake assets:precompile )
DEBUG [8b4a938e] /home/ec2-user/.rvm/rubies/ruby-2.0.0-p353/bin/ruby /home/ec2-user/capistrano-3/ano_dev/shared/bundle/ruby/2.0.0/bin/rake assets:precompile:all RAILS_ENV=development RAILS_GROUPS=assets
DEBUG [8b4a938e]
INFO [8b4a938e] Finished in 8.812 seconds with exit status 0 (successful).
What else I need to do to avoid assets pre compilation. It further gives