Sha256: 7b5f8817eb27ff8bf740905be6022dec423a55b8e6561b35b5dae8b985bb32ba

Contents?: true

Size: 1.04 KB

Versions: 2

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 specific 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 specific 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

2 entries across 2 versions & 1 rubygems

Version Path
theme_generator-1.2.1 USAGE
theme_generator-1.2.2 USAGE