Chris Eppstein
a6bc874cf6
Change compass dependency to haml 2.2
2009-07-06 07:15:36 -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
c88c7e2c2d
Update VERSION and Rakefile for release.
2009-06-28 15:47:28 -07:00
Chris Eppstein
27b8a25f83
Some changes to keep the generated html and css from the examples out of the gemspec.
2009-06-05 10:44:57 -07:00
Chris Eppstein
83ff9bb79b
Need the REVISION and VERSION.yml files in the distribution too.
2009-05-23 23:55:05 -07:00
Chris Eppstein
7a3bc728f1
Proper version tracking that is compatible with jeweler.
2009-05-23 23:30:49 -07:00
Chris Eppstein
2fb323dbcb
Compass works better when it has code.
2009-05-23 22:27:29 -07:00
Chris Eppstein
1e5a80d4fd
Add the dependency to haml-edge back.
2009-05-23 14:44:45 -07:00
Chris Eppstein
6c3534db6d
Migrate to Jeweler and away from Echoe for gem building.
2009-05-23 14:41:18 -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
c40566c93b
[Command Line] The --force option will now force recompilation. Useful when the stylesheets don't appear to need a recompile.
2009-05-02 15:18:26 -07:00
Chris Eppstein
2efbdda1e1
Made the 'rake examples' task use the command line tool instead of using custom code for compiling the examples.
2009-03-12 10:59:54 -07:00
Chris Eppstein
e15edbe4d5
Fixes for RunCodeRun tests.
2009-02-13 00:03:51 -08:00
Chris Eppstein
42f1cd8855
Added a rake task to do normal stuff before a github push.
2008-12-17 13:15:59 -08:00
Chris Eppstein
da4275bdec
Fixed a duplicate ending bug in the examples generator.
2008-11-30 23:38:48 -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
98e13e306d
Removed some erroneous entries in the Manifest file and changed the rakefile so they wouldn't happen again.
2008-10-31 13:07:35 -07:00
Chris Eppstein
0c6d1f967d
process haml files in the examples correctly.
2008-09-28 15:13:33 -07:00
Chris Eppstein
6a64c44feb
gemspec
2008-08-24 00:05:04 -07:00
Chris Eppstein
88ed4591cc
Initial Checkin of Compass. Used to be Blueprint-Sass.
2008-08-23 10:00:46 -07:00