compass/lib/compass/commands
Chris Eppstein cb45b6d438 Generalized application framework integration. There are three that ship with compass: Merb, Rails, and StandAlone.
All application specific behavior is now centralized within the app integration modules.
Plugins can now provide app integration using the --app command line option and by adding the appropriate classes to the compass module tree.
2009-09-01 20:20:23 -07:00
..
base.rb There were far too many things trying to be in charge of setting configuration. Now there are less. 2009-04-07 00:22:21 -07:00
create_project.rb There were far too many things trying to be in charge of setting configuration. Now there are less. 2009-04-07 00:22:21 -07:00
generate_grid_background.rb centralize the config setup and parsing for commands. 2009-04-06 00:34:27 -07:00
installer_command.rb Generalized application framework integration. There are three that ship with compass: Merb, Rails, and StandAlone. 2009-09-01 20:20:23 -07:00
list_frameworks.rb Allow stand-alone projects to have their own extensions directory. 2009-08-29 15:14:52 -07:00
print_version.rb Update the copyright. 2009-04-07 00:22:22 -07:00
project_base.rb Allow stand-alone projects to have their own extensions directory. 2009-08-29 15:14:52 -07:00
stamp_pattern.rb There were far too many things trying to be in charge of setting configuration. Now there are less. 2009-04-07 00:22:21 -07:00
update_project.rb [Compiler] Rewrite of the watch command that adds the following improvements: 2009-06-27 18:45:34 -07:00
validate_project.rb Extracted the CSS Validator to a separate gem to keep the compass gem size small. 2009-06-05 10:02:47 -07:00
watch_project.rb Use FSSM by Travis Tilley to monitor for filesystem changes. On mac this will use filesystem events instead of polling. Fixes an infinite looping issue when compilation errors occur. 2009-08-30 11:37:52 -07:00
write_configuration.rb [Command Line] Allow the configuration file being read to be specified explicitly. This also affects the output location of the --write-configuration command. 2009-06-28 14:41:02 -07:00