Skip to content

Commit

Permalink
Merge pull request #51 from rapid7/task/MS-915/disable-asset-pipeline
Browse files Browse the repository at this point in the history
Disable dummy app asset pipeline
  • Loading branch information
dmaloney-r7 authored and dmaloney-r7 committed Apr 12, 2016
2 parents 0848921 + cb2682c commit 6ea7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Expand Up @@ -40,7 +40,7 @@ class Application < Rails::Application
config.active_support.escape_html_entities_in_json = true

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

# 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 6ea7a25

Please sign in to comment.