Chris Eppstein
c1b903024f
New APIs for dealing with configuration changes and accessing a compiler instance.
2010-02-13 16:56:53 -08:00
Chris Eppstein
e6b14cf5bb
Provide a Compass::VERSION constant.
2009-09-02 21:45:14 -07:00
Chris Eppstein
b13fd43a2e
Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...).
...
Also, don't ever muck with the load paths or rubygems without first
trying to require the library without doing so.
2009-09-02 21:45:08 -07:00
Chris Eppstein
a0036ec0f1
remove some blank lines.
2009-08-29 15:14:51 -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
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
Sean Schofield
84f657027a
Compass now depends on the haml-edge gem instead of haml.
2009-05-06 20:14:31 -04:00
Chris Eppstein
c391ce09c0
Import the configuration module by default and not just for installation.
2009-02-08 13:09:29 -08:00
Chris Eppstein
c0c422c373
Consolodate error classes.
2009-02-08 03:46:46 -08:00
Chris Eppstein
61de5ae125
New base class for Compass Errors.
2009-02-08 03:45:48 -08:00
Chris Eppstein
845fa14e71
Factored out a logger for the command line to tell the user what is happening.
2009-02-08 03:45:47 -08:00
Chris Eppstein
911041f355
Give a better error message to users with an unsupported version of haml installed.
2009-01-25 11:28:11 -08:00
Chris Eppstein
618bd788e1
Require rubygems helps to require sass when running locally instead of out of a gem.
2008-12-08 20:43:13 -08:00
Chris Eppstein
39265bafc3
Added a Sass Function called nest that performs a nesting operation on (possibly) comma delimited selectors and emits the result as a string.
...
For example:
nest(".foo", "a, em, b")
would render:
.foo a, .foo em, .foo b
The nest function can take any number of arguments and each argument can have any number of comma-delimited selectors.
2008-11-29 01:08:07 -08:00
Chris Eppstein
6efe31a066
Merb support
2008-08-24 12:57:49 -07:00
Chris Eppstein
88ed4591cc
Initial Checkin of Compass. Used to be Blueprint-Sass.
2008-08-23 10:00:46 -07:00