Commit Graph

1797 Commits

Author SHA1 Message Date
Chris Eppstein
94e9696b30 [Rails] When installing into a new rails project, set the http paths correctly for stylesheets and javascripts. 2009-07-07 11:18:58 -07:00
Chris Eppstein
b7a9772efb [Sass Extensions] Fixed a copy & paste error that caused the http_images_path to not get picked up unless the http_stylesheets_path was also set. 2009-07-07 11:13:19 -07:00
Chris Eppstein
6b8bbd22b1 [Rails] Fixed a bug in asset hosts support when compiling outside the context of a controller. 2009-07-06 23:34:41 -07:00
Chris Eppstein
8d938f3384 Regenerated gemspec for version 0.8.5 2009-07-06 21:50:23 -07:00
Chris Eppstein
50f3f5f1d6 Record current revision for release. 2009-07-06 21:50:23 -07:00
Chris Eppstein
cf604fac4e Version bump to 0.8.5 2009-07-06 21:50:23 -07:00
Chris Eppstein
a5993396b6 Update changelog for 0.8.5. 2009-07-06 21:50:08 -07:00
Chris Eppstein
71d5ae8544 [Rails] If it exists, the compass test case should inherit from ActiveSupport::TestCase. 2009-07-06 21:46:00 -07:00
Chris Eppstein
86e5eca07f Regenerated gemspec for version 0.8.4 2009-07-06 11:47:24 -07:00
Chris Eppstein
25abbad39a Record current revision for release. 2009-07-06 11:47:23 -07:00
Chris Eppstein
cbc90aace4 Version bump to 0.8.4 2009-07-06 11:47:23 -07:00
Chris Eppstein
43cb64d77e [Rails] Fixed bug introduced in 0.8.3. 2009-07-06 11:47:02 -07:00
Chris Eppstein
f8987b8165 Regenerated gemspec for version 0.8.3 2009-07-06 07:45:51 -07:00
Chris Eppstein
5dbc336d3d Record current revision for release. 2009-07-06 07:45:51 -07:00
Chris Eppstein
51743bdb5b Version bump to 0.8.3 2009-07-06 07:44:33 -07:00
Chris Eppstein
8e0e50e089 Updated CHANGELOG for 0.8.3 release. 2009-07-06 07:43:53 -07:00
Chris Eppstein
3d909ceda9 [Compass Core] Cross browser ellipsis mixin.
Since this requires the installation of an additional xml file for
firefox support, it is provided as a pattern.

To install:
compass -p ellipsis

To use:
Mix +ellipsis into a selector targeting the textual element that will
truncate via ellipsis. By default, ellipsis text is set tono-wrap. Pass
false as the first argument if you don't want that.

Note:
Firefox is the lame browser in this respect, it requires a lot of bending
over backwards and has many quirky behaviors. Please read the blog post at
http://mattsnider.com/css/css-string-truncation-with-ellipsis/ for a full
explanation of the issues. Also note that ellipsis text is white-space
sensitive in Firefox, an issue that is sure to affect Haml users more than
most.
2009-07-06 07:18:25 -07:00
Chris Eppstein
ff5c850014 [Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory. 2009-07-06 07:18:25 -07:00
Chris Eppstein
21cfce33db [Extensions] When installing a file, the :like option can now be set to have it installed into the same location as what it is like. 2009-07-06 07:18:25 -07:00
Chris Eppstein
6555ab3952 [Configuration] A more logical and consistent approach to http path locations. 2009-07-06 07:18:25 -07:00
Chris Eppstein
956c437fe9 [Configuration] [Command Line] Whether to generate relative links to assets is now controlled by a separate configuration flag and can be set via a command-line switch. 2009-07-06 07:18:25 -07:00
Chris Eppstein
a6bc874cf6 Change compass dependency to haml 2.2 2009-07-06 07:15:36 -07:00
Chris Eppstein
78d946180f Merge commit 'dturnbull/master'
* commit 'dturnbull/master':
  Fix 'script' 'javascript' mismatch.  Allow use of javascript command in manifest.
2009-07-06 06:38:56 -07:00
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