compass/lib/compass/commands
Chris Eppstein b07f303d9b Merge branch 'stable'
* stable: (36 commits)
  Tweak the changelog.
  [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
  update the lockfile
  some todos
  Move the contributing guide to the tutorials section.
  add on-page anchors to the command line reference page.
  Better docs on the grid image command.
  Move the tutorials to the main nav... I don't think most people see it.
  Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207
  Add a note about the colorization change.
  Add a note about the compass validator
  Only colorize the action when logging results.
  Update to use the new compass validator during development.
  Fix broken test cases.
  Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206
  IE8 compat for :last-child selector
  Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
  Pass --no-line-comments to disable line comments.
  A little less noise during installation.
  Change the default Sass directory in standalone projects from src to sass. Closes GH-203
  ...

Conflicts:
	TODO.md
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	features/command_line.feature
	features/step_definitions/command_line_steps.rb
	lib/compass/commands/write_configuration.rb
2010-11-11 21:45:07 -08:00
..
base.rb Subcommand UI for project creation and initialization. 2009-10-04 00:33:36 -07:00
create_project.rb better description of the --using option. 2010-08-31 22:35:08 -07:00
generate_grid_background.rb removed RMagic dependecy 2009-12-30 19:38:41 +01:00
help.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
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 Keep the copyright up to date. 2010-09-09 11:45:41 -07:00
project_base.rb A command to unpack an extension from the system location. 2010-08-29 11:30:58 -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 [CLI] Enable command abbreviations. 2010-05-07 10:03:42 -07: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 Bug fix: make the path-based configuration really work right. 2010-08-25 08:41:03 -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 [Command Line] Improved descriptions of the watch and init commands. 2010-05-14 23:02:33 -07:00
write_configuration.rb Add the ability to print out compass configuration values 2010-10-30 15:46:26 -07:00