Commit Graph

28 Commits

Author SHA1 Message Date
Chris Eppstein
c0a3916080 Use rcov to generate a coverage report for tests. 2009-10-25 20:14:09 -07:00
Chris Eppstein
4cc569586b Restructure the existing command line code to allow for the new sub-command based CLI. 2009-09-29 18:35:24 -07:00
Chris Eppstein
6e7f658f3b Move the frameworks directory into lib/compass per gem packaging best practices. 2009-09-02 21:45:15 -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
3b7637f1e5 Bootstrap download the yui plugin for the examples. 2009-08-29 15:52:21 -07:00
Chris Eppstein
9105d5a8de Added an example for the ninesixty plugin using local extensions. 2009-08-29 15:14:52 -07:00
Jacques Crocker
4ffa08cc42 Fixing Merb Integration (use Merb::Plugins.config instead of Merb::Config) 2009-08-29 13:20:31 -07:00
Chris Eppstein
b348fd7d3d Added instructions for how to build the examples. 2009-07-09 12:49:47 -07:00
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