README.md in gulp_assets-1.0.0.pre.5 vs README.md in gulp_assets-1.0.0.pre.6
- old
+ new
@@ -9,11 +9,11 @@
gulp generated assets from Rails views
- Puts Livereload into the Rails middleware stack. This injects the
Livereload client into Rails-renderd pages, updates are triggered from
gulp.
-## Usage
+## Installation
1. Add `gem 'gulp_assets'` to your Gemfile and run `bundle install`.
2. Run `rails generate gulp_assets` to generate all necessary files.
3. Develop your frontend code in the `frontend` directory
4. Reference files generated by gulp using the `gulp_asset_path` helper
@@ -114,5 +114,9 @@
The rails app has the following features:
- A layout requiring `main.js` and `main.css`.
- A default route rendering a static template in
`app/views/application/index.html.erb`
+
+# Changelog
+
+See CHANGELOG.md