Release Name: 0.6.1
Notes:
Use any HTML template as a theme generator for your Rails app.
Installs an HTML template, and its CSS, JavaScript and image assets into
your Rails app, ready to go in an instant.
You just tell it which DOM elements are special, e.g. where to
put the <%= yield %>, load your app in the browser and see the theme
in action.
Changes:
=== 0.6.1 / 2009-10-06
Major:
* much better algorithm for cleaning up stylesheets
* The content_id argument is now content_path - it is either a CSSpath or XPath expression.
The --inside_yields flag is renamed to --partial (-p)
Testing for using xpath and csspath in the content_path and --partials arguments.
|