.. |
app_integration
|
Refactor of the internal datastructures used to access project
|
2009-08-29 13:20:32 -07:00 |
commands
|
Fixed bug related to how the project_type was defaulted.
|
2009-08-29 15:13:51 -07:00 |
configuration
|
Don't set the project type explicitly, instead default it to :stand_alone via the configuration object.
|
2009-08-29 13:20:32 -07:00 |
installers
|
Use the http_stylesheets_path instead of hard coding.
|
2009-08-29 13:20:32 -07:00 |
sass_extensions
|
Renamed the configuration helper method root_relative to http_root_relative for consistency.
|
2009-08-29 13:20:32 -07:00 |
actions.rb
|
[Extensions] Compass extensions can now process the content they deliver through ERB.
|
2009-08-29 13:20:32 -07:00 |
app_integration.rb
|
[Rails] image_url() now integrates with the rails asset handling code when stylesheets are generated within the rails container.
|
2009-06-20 12:29:31 -07:00 |
compiler.rb
|
[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 |
configuration.rb
|
Refactor of the internal datastructures used to access project
|
2009-08-29 13:20:32 -07:00 |
core_ext.rb
|
Conditionally defining #blank? on String/NilClass
|
2009-04-19 09:44:11 -07:00 |
dependencies.rb
|
Just do a simple require for sass, haml-edge will have to be loaded by the user explicitly if they want that.
|
2009-08-29 13:20:31 -07:00 |
errors.rb
|
Consolodate error classes.
|
2009-02-08 03:46:46 -08:00 |
exec.rb
|
Don't set the project type explicitly, instead default it to :stand_alone via the configuration object.
|
2009-08-29 13:20:32 -07:00 |
frameworks.rb
|
Centralize all the framework specific code into the frameworks directory.
|
2009-01-25 15:05:36 -08:00 |
grid_builder.rb
|
Generate a grid background image with the --grid-img command line option.
|
2009-04-02 21:27:55 -07:00 |
installers.rb
|
DRY up the loading of the installer modules.
|
2009-08-29 13:20:32 -07:00 |
logger.rb
|
Added a NullLogger class that can be used to silence the compiler output via the :logger option.
|
2009-05-07 20:08:19 -07:00 |
sass_extensions.rb
|
[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 |
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
|
Extracted the CSS Validator to a separate gem to keep the compass gem size small.
|
2009-06-05 10:02:47 -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 |