README.md in half-pipe-0.2.2 vs README.md in half-pipe-0.2.3

- old
+ new

@@ -1,13 +1,21 @@ # Half Pipe +[![Stories in Ready](https://badge.waffle.io/d-i/half-pipe.png?label=ready)](http://waffle.io/d-i/half-pipe) + Gem to replace the Rails asset pipeline with a Grunt.js-based workflow, providing dependencies via Bower. +Half Pipe is a generator to get you up and running quickly with a Grunt setup for building client-side code in Rails apps. We believe that your asset workflow is yours and you should be able to configure it however you need to. + ## Who is this For? This initial release assumes you have been using [Grunt.js](http://www.gruntjs.com) in non-Rails apps and would like to start using it in Rails as well. It uses [Bower](http://bower.io) for dependency management, [RequireJS](http://www.requirejs.org) for Javascript modules and Sass for CSS. If you use alternatives to these tools, we'd love to hear from you. +## Looking for Contributors + +If you take a look at our [issue board on waffle.io](http://waffle.io/d-i/half-pipe) you'll see that we have some big plans for future releases of Half Pipe. If you are interested in working on a feature or fixing a bug, please feel free to move the issue to "In Progress" and send a PR when you're ready. If you have ideas or questions, please feel free to [open an issue](https://github.com/d-i/half-pipe/issues/new). + ## Getting Started ### Directory Structure We believe that the directory structured imposed by the Rails asset pipeline was a step in the right direction, but did not go far enough in making client code a first-class part of your application. Given that, we have put assets at the same level as the rest of your Ruby code: @@ -88,13 +96,9 @@ ### Configuration In this early release if you want to configure anything, you'll have to manually change `Gruntfile.js`. We'd like to make this more invisible in the future; please post any use cases for configuration as Github issues. ## History - -### 08/09/2013 v0.2.2 - -- Use exec rather than system in rake task so Capistrano exists properly ### 07/22/2013 v0.2.0 - Removes dependency on rack-asset-compiler and embeds the code in this gem