Skip to content

Commit

Permalink
Document the alternative use of the manifest file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhunt committed Mar 29, 2012
1 parent 98a1c85 commit 809f942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## Gauges::Rails 0.2.1

* Ensure `gauges.js` is added to the list of assets to be precompiled.
* Document the use of the tracking code in the manifest file.


## Gauges::Rails 0.2.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -39,6 +39,12 @@ Or, if your template is using Haml:

= javascript_include_tag('gauges')

While Gauges suggests placing this code right before the closing &lt/body>
tag, if you'd rather add it inline with the rest of your JavaScript code, you
can add it to the bottom of your `app/assets/javascripts/application.js` file:

//= require gauges


## Contributing

Expand Down

0 comments on commit 809f942

Please sign in to comment.