Chris Eppstein
9391dff797
Merge commit 'tdreyno/master'
...
* commit 'tdreyno/master':
Make colruler color customizable
2009-07-06 06:36:46 -07:00
David Turnbull
07ade33da3
Fix 'script' 'javascript' mismatch. Allow use of javascript command in manifest.
2009-07-05 17:29:30 -07:00
Chris Eppstein
84eb29d54c
An ignored file from another branch ended up in the project manifest.
2009-07-04 22:57:34 -07:00
Chris Eppstein
30316c87b4
Regenerated gemspec for version 0.8.2
2009-07-04 22:37:42 -07:00
Chris Eppstein
24e76775c4
Record current revision for release.
2009-07-04 22:37:42 -07:00
Chris Eppstein
1de07d81dc
Version bump to 0.8.2
2009-07-04 22:37:41 -07:00
Chris Eppstein
13f580b736
Updated CHANGELOG for 0.8.2 release.
2009-07-04 22:37:26 -07:00
Joe Wasson
ebfa4709b1
Fix bug #15 : Errno:EACCES on Windows when trying to compile identical file (on watch)
...
Per https://prototype.lighthouseapp.com/projects/8888/tickets/16-permission-denied-building-via-sprockets-on-windows you can't do File.utime on an open file in Windows. Changed the reading of the existing file to IO.read() which will close the file on completion of the read.
2009-07-04 22:30:33 -07:00
tdreyno
a5393bbb7c
Make colruler color customizable
2009-07-04 16:01:44 -07:00
Chris Eppstein
ab4ae91f38
Regenerated gemspec for version 0.8.1
2009-06-28 16:43:56 -07:00
Chris Eppstein
5ccfb52f42
Record current revision for release.
2009-06-28 16:43:55 -07:00
Chris Eppstein
0bb65bc17b
Version bump to 0.8.1
2009-06-28 16:43:55 -07:00
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