Skip to content

Commit

Permalink
Removed unnecessary asset compilations from application.rb (they are …
Browse files Browse the repository at this point in the history
…handled by application.js)
  • Loading branch information
ndbroadbent committed Dec 20, 2011
1 parent 34357bb commit 81ac68e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class Application < Rails::Application
# Enable the asset pipeline
config.assets.enabled = true

config.assets.precompile += ['modalbox.js', 'facebooklist.js', 'facebooklist.simulate.js']

# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'

Expand Down

0 comments on commit 81ac68e

Please sign in to comment.