.. |
app_integration
|
[Rails] Silence a deprecation warning in Rails 3.
|
2010-01-18 17:36:36 -08:00 |
commands
|
Change the structure of the compass vendor directory in the off chance that we ever have to vendor more than one library.
|
2010-01-18 16:44:20 -08:00 |
configuration
|
[Configuration] Strip trailing slash and directory separtors from directory and path configuration variables.
|
2010-01-10 12:27:47 -08:00 |
exec
|
[Command Line] Command line switch (--boring) to turn off colorized output.
|
2010-01-10 10:52:28 -08:00 |
installers
|
Allow extensions to deliver fonts into projects.
|
2009-11-28 11:04:03 -08:00 |
sass_extensions
|
Cache buster timestamps not working in some cases. Closes GH-75.
|
2010-01-10 08:26:39 -08:00 |
actions.rb
|
Move the compile action from the Actions module to the Compiler class.
|
2010-01-02 08:54:19 -08:00 |
app_integration.rb
|
Separate the project type default configuration from the installer.
|
2009-11-14 09:42:37 -08:00 |
commands.rb
|
[Command Line] Access the Sass Repl (sass -i) with the compass environment loaded.
|
2009-11-14 10:11:19 -08:00 |
compiler.rb
|
Backwards and forwards compatibility with the ever-changing Sass::Plugin api.
|
2010-01-04 09:30:35 -08:00 |
configuration.rb
|
[Configuration] Strip trailing slash and directory separtors from directory and path configuration variables.
|
2010-01-10 12:27:47 -08:00 |
core_ext.rb
|
Conditionally defining #blank? on String/NilClass
|
2009-04-19 09:44:11 -07:00 |
dependencies.rb
|
Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...).
|
2009-09-02 21:45:08 -07:00 |
errors.rb
|
Fix some test errors that occur when gems are missing.
|
2009-10-30 08:19:44 -07:00 |
exec.rb
|
Make ANSI color output work on windows. Closes GH-64.
|
2010-01-10 10:51:43 -08:00 |
frameworks.rb
|
Move the frameworks directory back to the top level. There's not actually a good reason for it to be buried in the ruby source.
|
2010-01-18 14:58:40 -08:00 |
grid_builder.rb
|
Generate a baseline grid only by passing 0 for the widths to the grid builder. E.g. compass grid-img 0+0x28
|
2010-01-14 09:05:45 -08:00 |
installers.rb
|
[Command Line] Ability to create a bare project with no stylesheets provided.
|
2009-10-22 09:46:54 -07:00 |
logger.rb
|
[Command Line] Make sure all the colors are off when colorized output is disabled.
|
2010-01-20 17:33:13 -08:00 |
sass_extensions.rb
|
Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...).
|
2009-09-02 21:45:08 -07:00 |
stats.rb
|
CSS Stats for projects so that the complexities can be compared.
|
2009-10-29 11:35:20 -07:00 |
test_case.rb
|
[Rails] If it exists, the compass test case should inherit from ActiveSupport::TestCase.
|
2009-07-06 21:46:00 -07:00 |
validator.rb
|
Fix some test errors that occur when gems are missing.
|
2009-10-30 08:19:44 -07:00 |
version.rb
|
Fixed a bug that caused the current revision to not be set from the REVISION file.
|
2009-06-20 12:28:27 -07:00 |