Skip to content

Commit

Permalink
Disabled assets precompiltaion
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovv committed Apr 21, 2012
1 parent b940e40 commit a5939de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Capfile
Expand Up @@ -2,4 +2,4 @@ load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }

load 'config/deploy' # remove this line to skip loading any of the default tasks
load 'deploy/assets'
#load 'deploy/assets'
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -25,7 +25,7 @@
config.assets.compress = true

# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = false
config.assets.compile = true

# Generate digests for assets URLs
config.assets.digest = true
Expand Down

0 comments on commit a5939de

Please sign in to comment.