README.md in i18n-assets-0.0.1 vs README.md in i18n-assets-0.0.3
- old
+ new
@@ -20,9 +20,11 @@
Just add `.erb` extension to your `.js` and `.css` files and use standard I18n helpers inside your files.
On assets precompilation localized versions of your files will be generated.
+If you need to prevent `.js.erb` or `.css.erb` files from caching, you can add `config.assets.prevent_caching = true` to the `environments/development.rb` file.
+
## Example
You can check an example usage here: https://github.com/maximgladkov/localized_assets_precompilation_example_app
## Contributing