compass/lib/compass/commands
Chris Eppstein 6c12749194 Merge branch 'stable'
* stable:
  Fix failing test when updating to latest SASS
  Gemfile.lock should not be part of a library / gem
  fix typo
  Fix issue with parent directory references within the sass_path in the compass compiler.
  Version bump.
  Update changelog
  Return a non-zero exit code if there are any stylesheet compilation errors. Closes GH-432.
  Fix test failures.
  Better docs for the shadow mixins. Closes GH-433.
  Include the Compass logger to prevent "uninitialized constant Compass::Logger"
  Broken link fixed to what I think is the correct section of the SASS docs.
  grid-background vertical rhythm should be based off of $blueprint-font-size, rather than a static value.
  :focus should not use shorthand border property, since it only need to change the border-color
  update changelog
  Fix absolute path detection on Windows.
  Fix the mime type returned for svg images. Closes GH-442.

Conflicts:
	Gemfile.lock
2011-07-03 14:21:09 -07:00
..
base.rb Return a non-zero exit code if there are any stylesheet compilation errors. Closes GH-432. 2011-07-03 00:18:58 -07:00
clean_project.rb Add a new command to clean up generated files 2011-06-11 22:28:38 -07:00
create_project.rb better description of the --using option. 2010-08-31 22:35:08 -07:00
default.rb Removed deprecated command line options. 2010-12-10 11:32:26 -08:00
generate_grid_background.rb Tell people who generate a grid background image that there's a better way. 2011-04-16 00:17:19 -07:00
help.rb Add donation details to the CLI. 2010-12-10 11:32:26 -08:00
imports.rb Add help text for the imports subcommand. 2010-10-11 02:33:35 -07:00
installer_command.rb [Command Line] Allow another configuration file to be used when creating a new project 2010-05-30 12:08:56 -07:00
interactive.rb [Command Line] Access the Sass Repl (sass -i) with the compass environment loaded. 2009-11-14 10:11:19 -08:00
list_frameworks.rb [Command Line] The compass frameworks command has nicer output now -- similar to compass help. The -q option can be used to get a simple list of frameworks. 2010-05-30 10:59:39 -07:00
print_version.rb Bump version and assign a name. 2011-04-24 22:21:10 -07:00
project_base.rb Fix absolute path detection on Windows. 2011-07-02 21:07:49 -07:00
project_stats.rb [Command Line] Fixed a display issue when the filenames were shorter than the total label in the compass stats tool 2010-07-18 00:11:00 -07:00
registry.rb Better error message when a sub command is missing. 2011-06-11 21:54:56 -07:00
sprite.rb refactor 2011-06-15 23:37:23 -04:00
stamp_pattern.rb Tests are more useful if you actually run them. 2010-08-05 22:13:35 -07:00
unpack_extension.rb Print a better error message if the extension isn't found. 2010-08-29 14:35:32 -07:00
update_project.rb Return a non-zero exit code if there are any stylesheet compilation errors. Closes GH-432. 2011-07-03 00:18:58 -07:00
validate_project.rb Make the validator work even when you're not in the project directory. 2009-10-30 09:27:59 -07:00
watch_project.rb The compass watcher is in quiet mode except for important actions. 2011-06-05 15:50:43 -07:00
write_configuration.rb Add the ability to print out compass configuration values 2010-10-30 15:46:26 -07:00