Skip to content

Commit

Permalink
added responsive js to precompile prod.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Mar 23, 2014
1 parent c28f6f8 commit 546af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -48,7 +48,7 @@
# config.action_controller.asset_host = "http://assets.example.com"

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w(new/vendor/modernizr.custom.34215.js)
config.assets.precompile += %w(new/vendor/responsive-nav.min.js)

# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
Expand Down

0 comments on commit 546af62

Please sign in to comment.