compass/lib/compass/commands
Chris Eppstein e18ed8118b Support for Framework Patterns.
A pattern is a folder in the framework's templates directory. It must
have a manifest file that tells compass what to install and where.
Unlike the project template, a pattern can be stamped out any number of
times.

It is best for pattern stylesheets to only provide example usage to get
the user started. All the core styles for the pattern should be
distributed as part of the framework's stylesheets as mixins to
facilitate easy upgrades and bug fixing on the part of the pattern's
maintainer.

Patterns can install stylesheets, images, javascripts, and arbitrary
files. The installer will put these assets into the correct locations
according to the project type (E.g. rails, stand-alone).

Example Usage:
compass --framework blueprint --pattern buttons
2009-04-03 01:06:23 -07:00
..
base.rb Give a better error when a framework is misspelled. 2009-02-20 17:07:56 -08:00
create_project.rb Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
generate_grid_background.rb Generate a grid background image with the --grid-img command line option. 2009-04-02 21:27:55 -07:00
list_frameworks.rb Modify the update command to use the Actions module and Logger. Moved the compile action to the Actions module. 2009-02-08 03:46:46 -08:00
print_version.rb Modify the update command to use the Actions module and Logger. Moved the compile action to the Actions module. 2009-02-08 03:46:46 -08:00
project_base.rb Generate a grid background image with the --grid-img command line option. 2009-04-02 21:27:55 -07:00
stamp_pattern.rb Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
update_project.rb Refactored the Configuration Singleton and the UpdateProject command so that it now relies more heavily on the configuration object. 2009-02-21 00:15:19 -08:00
validate_project.rb Validate your project's CSS files by running compass --validate. 2009-04-01 21:24:02 -07:00
watch_project.rb Fixed bug in the watch_project command. 2009-02-25 09:43:39 -08:00
write_configuration.rb Added a new command line option to emit and update the stand-alone configuration file. 2009-02-21 00:15:24 -08:00