Chris Eppstein
fbed042084
Updated changelog for 0.8.1.
2009-06-28 16:43:40 -07:00
Chris Eppstein
20a01759aa
Gotta make github build gem.
2009-06-28 16:36:10 -07:00
Chris Eppstein
1682419037
Gotta make github build gem.
2009-06-28 16:34:38 -07:00
Chris Eppstein
eddc603000
Regenerated gemspec for version 0.8.0
2009-06-28 16:31:29 -07:00
Chris Eppstein
60f0f39319
Record current revision for release.
2009-06-28 16:31:29 -07:00
Chris Eppstein
0eed2843a6
Record current revision for release.
2009-06-28 16:31:20 -07:00
Chris Eppstein
44a85c0304
Don't put css saved during test failures in the gem.
2009-06-28 16:30:53 -07:00
Chris Eppstein
48208896ef
Regenerated gemspec for version 0.8.0
2009-06-28 16:26:05 -07:00
Chris Eppstein
3d50f752ed
Record current revision for release.
2009-06-28 16:26:05 -07:00
Chris Eppstein
632ff273de
Record current revision for release.
2009-06-28 16:25:55 -07:00
Chris Eppstein
f111bd73d5
[Command Line] Fixed a bug in --watch mode that caused changes to partials to not be noticed.
2009-06-28 16:25:28 -07:00
Chris Eppstein
c88c7e2c2d
Update VERSION and Rakefile for release.
2009-06-28 15:47:28 -07:00
Chris Eppstein
ad01885b9c
Updated the CHANGELOG.
2009-06-28 14:56:19 -07:00
Chris Eppstein
d2acd343b8
[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
Chris Eppstein
f742f26208
[Command Line] Cleanup of the command-line usage output to make things more digestable.
2009-06-28 14:38:36 -07:00
Chris Eppstein
69cf32f70a
[Configuration] The compass configuration can now be placed in .compass/config.rb if you so choose.
2009-06-28 14:33:55 -07:00
Chris Eppstein
84aec053d0
[Command Line] Allow the images and javascripts directories to be set via the command line.
2009-06-28 13:04:56 -07:00
Chris Eppstein
be5d4036dc
Added notes on the inline_image function to the changelog.
2009-06-28 12:55:55 -07:00
Chris Eppstein
5a015b3824
[Sass Extensions] The inline_image() function can now be used to generate a data url that embeds the image data in the generated css file.
...
This function works like image_url() in that it expects the image to be a path relative to the images directory.
There are clear advantages and disadvantages to this approach.
See http://en.wikipedia.org/wiki/Data_URI_scheme for more details.
NOTE: Neither IE6 nor IE7 support data urls.
Using this approach with large images is discouraged.
2009-06-28 12:29:19 -07:00
Chris Eppstein
2ecf9f79f9
Move the blueprint 0.9 notes up in the changelog.
2009-06-27 21:02:14 -07:00
Chris Eppstein
762214cd69
Added some commit links to the CHANGELOG.
2009-06-27 20:56:17 -07:00
chriseppstein
bf8185f97b
More formatting improvements.
2009-06-27 20:42:44 -07:00
chriseppstein
d909f40a6d
Fixed some formatting issues in the CHANGELOG.
2009-06-27 20:38:39 -07:00
Chris Eppstein
889440f659
Updates to the CHANGELOG.
2009-06-27 19:27:42 -07:00
Chris Eppstein
0a232bd922
[Compiler] Rewrite of the watch command that adds the following improvements:
...
1. For robustness, recompile is now based on comparison of corresponding css/sass file timestamps.
2. If a sass file is removed, the corresponding css file is automatically deleted.
3. CSS files will be automatically recompiled if removed. It is no longer necessary to resave the sass file.
4. First time compile is not performed if not necessary.
2009-06-27 18:45:34 -07:00
Chris Eppstein
15ebbfef30
Print a message when updating a project that has no files. They probably meant to install but forgot the directory argument. Closes #2 .
2009-06-27 18:28:26 -07:00
Chris Eppstein
802bca6174
[Configuration] Allow additional sass options to be specified in the compass configuration using the sass_options property.
2009-06-27 13:05:30 -07:00
Chris Eppstein
047be06a0a
[Configuration] Allow additional import paths to be declared within the compass configuration.
2009-06-27 12:15:28 -07:00
Chris Eppstein
ec6c12092e
Test that serialization of configuration fails when using blocks.
2009-06-27 11:28:16 -07:00
Chris Eppstein
ef47f3dd9d
[Sass Extensions] Allow the asset host and cache busting strategies to be defined as part of the compass configuration. Closes #20 .
2009-06-26 12:23:43 -07:00
Chris Eppstein
885a85ed70
Formatting updates to the changelog.
2009-06-21 19:20:32 -07:00
Chris Eppstein
0d40287df7
Updated the CHANGELOG to prepare for the 0.8 release.
2009-06-21 12:14:49 -07:00
Chris Eppstein
99f608ee3a
More clear licensing. Closes #6 .
2009-06-21 03:32:40 -07:00
Chris Eppstein
255d48adc2
Added some missing images to the examples.
2009-06-21 02:36:04 -07:00
Chris Eppstein
11b6ea14c3
[Blueprint] A more complete starting blueprint configuration for new projects that follows compass best practices instead of matching blueprint css exactly.
2009-06-21 02:31:25 -07:00
Chris Eppstein
6348ea3e67
[Compass Internals] Don't emit a stylesheet link to partials when printing the installation results.
2009-06-21 02:24:39 -07:00
tdreyno
b84dd3031b
[Blueprint] Make sizing and borders configurable in forms.
2009-06-21 00:00:01 -07:00
tdreyno
0a0a14aab5
[Blueprint] Allow variable blueprint border widths and colors.
2009-06-21 00:00:01 -07:00
tdreyno
8b5379e864
[Blueprint] Comments in the fancy type module should be silent.
2009-06-20 23:59:56 -07:00
tdreyno
1f21d63091
[Compass Core] Initial css-sprite implementation.
2009-06-20 22:34:38 -07:00
Chris Eppstein
4533a00085
[Compass Core] More clear comments describing how to use the +replace-text mixin. Closes #16 .
2009-06-20 21:27:47 -07:00
Chris Eppstein
bda89ddefd
Merge commit 'wfarr/master' into edge
...
* commit 'wfarr/master':
Add deps.rip.
2009-06-20 20:52:48 -07:00
Chris Eppstein
27b821617a
[Compass Core] +reset-display mixin and Sass Extensions for appending selectors and enumerating the elements for a given display type.
2009-06-20 18:06:47 -07:00
Chris Eppstein
dc982841cf
[Compass Core] Added a +reset-html5 mixin that can be used to reset new HTML5 elements and add default rendering for them in browsers that do not support them.
...
Credit: http://jacobrask.net/blog/2009/html5-css-reset/
2009-06-20 17:22:22 -07:00
Noel Gomez
2126240a1a
[Compass Core] [Blueprint] The compass reset is now based on Eric Meyer's reset. The old compass/reset.sass was moved to blueprint/reset.sass -- the original source for it.
2009-06-20 17:16:13 -07:00
Enrico Bianco
63075f82db
[Blueprint] Upgrade to 0.9: Explicitly define image interpolation for IE so that images aren't jagged when resizing
2009-06-20 17:08:30 -07:00
Enrico Bianco
77f6e02c0e
[Blueprint] Upgrade to 0.9: Make IE conditional comments more configurable in project manifests
2009-06-20 15:52:36 -07:00
Enrico Bianco
56c745b939
[Blueprint] Upgrade to 0.9: Styles and mixins for inline forms, including fixes for IE6.
2009-06-20 15:52:36 -07:00
Enrico Bianco
4b33fae5e5
[Blueprint] Upgrade to 0.9: Fixed math for blueprint colborder
2009-06-20 15:52:36 -07:00
Enrico Bianco
45af89d4c7
[Blueprint] Upgrade to 0.9: Removed body margins from blueprint scaffolding by default.
...
The old body styles can be reinstated by mixing +blueprint-scaffolding-body into your body selector(s).
2009-06-20 15:52:36 -07:00