compass/lib/compass
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
..
commands Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
installers Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
validate Initial Checkin of Compass. Used to be Blueprint-Sass. 2008-08-23 10:00:46 -07:00
actions.rb Remove a puts used for debugging. 2009-04-01 18:03:29 -07:00
compiler.rb Extract a project compiler class from the update_project command. 2009-02-08 03:46:46 -08:00
configuration.rb Generate a grid background image with the --grid-img command line option. 2009-04-02 21:27:55 -07:00
core_ext.rb Remove some unused methods. 2009-02-08 03:46:46 -08:00
errors.rb Consolodate error classes. 2009-02-08 03:46:46 -08:00
exec.rb Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
frameworks.rb Centralize all the framework specific code into the frameworks directory. 2009-01-25 15:05:36 -08:00
grid_builder.rb Generate a grid background image with the --grid-img command line option. 2009-04-02 21:27:55 -07:00
installers.rb Consolodate error classes. 2009-02-08 03:46:46 -08:00
logger.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
merb.rb Incorrect framework nesting in the compass initializers. The frameworks scope themselves. 2008-10-03 14:13:22 -07:00
test_case.rb Added a basic test case. So far it can be used to make sure your stylesheets compile. 2008-10-03 16:38:39 -07:00
validator.rb Validate your project's CSS files by running compass --validate. 2009-04-01 21:24:02 -07:00
version.rb Clean up the version parsing code. 2009-02-08 03:46:46 -08:00