Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge github.com:alexspeller/non-stupid-digest-assets into issue-alex…
Browse files Browse the repository at this point in the history
  • Loading branch information
m0gg committed Dec 9, 2014
2 parents 459b20a + 0baa690 commit d021ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you want to whitelist non-digest assets for only certain files, you can confi
```ruby
# config/initializers/non_digest_assets.rb

NonStupidDigestAssets.whitelist = [/tinymce\/.*/, "image.png"]
NonStupidDigestAssets.whitelist += [/tinymce\/.*/, "image.png"]
```

Be sure to give either a regex that will match the right assets or the logical path of the asset in question.
Expand Down

0 comments on commit d021ff0

Please sign in to comment.