Skip to content

Commit

Permalink
fix production asset error
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Feb 16, 2013
1 parent 83394f6 commit 8c63314
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Expand Up @@ -36,6 +36,7 @@ class Application < Rails::Application

# Enable the asset pipeline
config.assets.enabled = true
config.assets.initialize_on_precompile = false

# Version of your assets, change this if you want to expire all your assets.
config.assets.version = '1.0'
Expand Down
1 change: 0 additions & 1 deletion config/environments/caching.rb
Expand Up @@ -30,7 +30,6 @@

# Compress both stylesheets and JavaScripts
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :scss

# Defaults to Rails.root.join("public/assets")
# config.assets.manifest = YOUR_PATH
Expand Down
1 change: 0 additions & 1 deletion config/environments/production.rb
Expand Up @@ -24,7 +24,6 @@

# Compress both stylesheets and JavaScripts
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :scss

# Defaults to Rails.root.join("public/assets")
# config.assets.manifest = YOUR_PATH
Expand Down

0 comments on commit 8c63314

Please sign in to comment.