README.md in half-pipe-0.0.1 vs README.md in half-pipe-0.1.0
- old
+ new
@@ -87,17 +87,32 @@
### 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
+
+### 07/19/2013 v0.1.0
+
+- Override Rails' `rake assets:precompile` to run `grunt build` for easier deployments
+- Allow for configuring asset server with `config.half_pipe.serve_assets = true|false`
+- Use Almond for requirejs optimization so as not to need requirejs in production
+
+
## Roadmap
-- Asset fingerprinting
+- v0.2 - Asset fingerprinting
+
+## Future Features
+
- Precompilation of client-side templates
- Javascript module generator
- Configurable asset directories
- Configurable build directories
- Better support for images
-- Better support for non-Rails Ruby frameworks
+- Support for additional module loaders (including ES6 modules)
+- Padrino support
+- Middleman support
- Support for most popular [AltJS](http://www.altjs.com) languages
- BYO support for less common languages
- Automatic symlinking of CSS files within bower to SCSS partials within `app/styles`
+- Read .bowerrc for Bower directory