Sha256: 1891383cc9e60de235b8396644e69cfb79a4d347534afc5a004567dedd09ac72
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
NAME theme - Initializes the application to support themes and creates a new theme folder structure. SYNOPSIS theme [theme name] (use _system_ to update theme system files only) DESCRIPTION This generator creates general purpose theme support. It's designed to leverage webservers for the static content of the theme (images, stylesheets, javascripts, etc). Included: - Abstraction of Typo style theme support - Tag helpers for accessing theme specfic content - Support for overriding views in theme - Support for ERb templates and Liquid templates - Theme system can allow a mix of both template types, or Liquid templates only - Liquid tag for accessing theme specfic content EXAMPLE ./script/generate theme default This will generate the file structure for a theme named 'default' and prepare the rails application for theme support. Starting with version 1.2, you can update just the theme system files by running: ./script/generate theme _system_
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
theme_generator-1.2.0 | USAGE |