Skip to content

Commit 3513976

Browse files
committed
Disable asset digests
Matches sprockets-rails 2.x behavior and makes testing a bit easier
1 parent 514ae60 commit 3513976

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/scss_project/config/environments/development.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
config.consider_all_requests_local = true
1313
config.action_controller.perform_caching = false
1414

15+
config.assets.digest = false
16+
1517
# Don't care if the mailer can't send
1618
config.action_mailer.raise_delivery_errors = false
1719

0 commit comments

Comments
 (0)