Skip to content

Commit

Permalink
Disable dummy app asset pipeline
Browse files Browse the repository at this point in the history
MS-915
  • Loading branch information
sgonzalez-r7 committed Apr 12, 2016
1 parent 2dbcec3 commit 2168dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Application < Rails::Application
config.active_record.schema_format = :sql

# 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 2168dde

Please sign in to comment.