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
Chris Eppstein
4e7e51e2c5
[Rails] Require compass during plugin loading to avoid the wrong version of haml getting loaded first.
2009-06-20 15:10:00 -07:00
Chris Eppstein
8c9ebce494
[Rails] Don't unpack gems using sudo in the rails template.
2009-06-20 15:09:04 -07:00
Chris Eppstein
9170cac954
[Rails] Removed the compass logo from the installer.
2009-06-20 15:08:17 -07:00
Chris Eppstein
a6d9cd64c1
[Rails] Move the new rails compass installer under lib/compass/app_integration/rails.
2009-06-20 13:58:31 -07:00
Chris Eppstein
4c609f7764
Merge commit 'f6948d1d58818ef8babce8f8f9d775562d7cd7ef' into edge
...
* commit 'f6948d1d58818ef8babce8f8f9d775562d7cd7ef':
rails 2.3 compass installer template. makes installing and configuring compass a breeze.
2009-06-20 13:52:26 -07:00
Chris Eppstein
998168160b
[Rails] image_url() now integrates with the rails asset handling code when stylesheets are generated within the rails container.
...
This causes your rails configuration for cache busting and asset hosts
to be picked up when generating your stylesheets. Unfortunately, all
that code runs within the context of a controller, so the stylesheets
have to be generated during first request to use this functionality.
2009-06-20 12:29:31 -07:00
Chris Eppstein
ccc2823f00
[Unit Tests] More complex rails generator helper method, and a more simple one.
2009-06-20 12:29:30 -07:00
Chris Eppstein
1beab7853a
[Unit Tests] Allow the wait time to be configured as an option, default to less time.
2009-06-20 12:29:30 -07:00
Chris Eppstein
8a7c92a40d
[Unit Tests] Extracted rails tests to their own test suite.
2009-06-20 12:29:30 -07:00
Chris Eppstein
91832127a3
Add missing images to examples.
2009-06-20 12:29:30 -07:00
Chris Eppstein
732b885897
[Command Line] Missing an equals sign for conditional assignment.
2009-06-20 12:29:30 -07:00
Chris Eppstein
2b3b781c33
[Examples] Refactor the module and file loading for Sass Extensions and application integration. Fixed broken unit tests.
2009-06-20 12:29:14 -07:00