Posted By: Dr Nic Williams
Date: 2009-10-07 11:28
Summary: install_theme 0.7.0 Released
Project: Dr Nic's Utilities
install_theme version 0.7.0 has been released!
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.7.0 / 2009-10-07
Major: * Reversed the order of the first two CLI arguments (in preparation for path/to/template to be optional) * content_path and --partial flags are optional after a template is installed once
Minor: * README describes how Theme Reuse works * CLI shows help/error message if content_path isn't passed as argument or available from defaults file * improved the clean_stylesheet helper and fixed the corresponding test * if stylesheet path is root of template folder, then use image path for path substitutions |
|