README.md in handlebars_assets-0.7.1 vs README.md in handlebars_assets-0.7.2
- old
+ new
@@ -50,10 +50,14 @@
## Precompiling
`handlebars_assets` also works when you are precompiling your assets.
+### `rake assets:precompile`
+
+If you are using `rake assets:precompile`, you have to re-run the `rake` command to rebuild any changed templates. See the [Rails guide](http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets) for more details.
+
### Heroku
If you are deploying to Heroku, be sure to read the [Rails guide](http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets) and in your `config/application.rb` set:
config.assets.initialize_on_precompile = false
@@ -168,9 +172,10 @@
* (@cw-moshe) : Remove 'templates/' from names
* Spike Brehm (@spikebrehm) : Config.template\_namespace option
* Ken Mayer (@kmayer) : Quick fix for template\_namespace option
* Brad Murray (@wyaeld) : Generic options support
* Blake Williams (@BlakeWilliams) : .handlebars extension
+* Tristan Koch (@trkoch) : Strip leading whitespace from compiled templates
# Contributing
Pull requests are welcome! Please do not update the version number.