Skip to content

Instantly share code, notes, and snippets.

@quickredfox
Created July 22, 2011 23:51
Show Gist options
  • Save quickredfox/1100703 to your computer and use it in GitHub Desktop.
Save quickredfox/1100703 to your computer and use it in GitHub Desktop.
output from compass compile --force --time on MacOs X 10.6.8 Using GPL'd Ext 4.0.2a
remove .sass-cache/
remove ../css/custom.css
remove ../css/ext-all-access.css
remove ../css/ext-all-gray.css
remove ../css/ext-all-scoped.css
remove ../css/ext-all.css
remove ../css/ext-ie-scoped.css
remove ../css/ext-ie.css
remove ../css/ext-sandbox.css
remove ../css/ext-standard-scoped.css
remove ../css/ext-standard.css
create ../css/custom.css (1268.426s)
create ../css/ext-all-access.css (282.33s)
create ../css/ext-all-gray.css (280.397s)
create ../css/ext-all-scoped.css (273.833s)
create ../css/ext-all.css (284.527s)
create ../css/ext-ie-scoped.css (324.84s)
create ../css/ext-ie.css (333.157s)
create ../css/ext-sandbox.css (279.785s)
create ../css/ext-standard-scoped.css (273.283s)
create ../css/ext-standard.css (278.086s)
@quickredfox
Copy link
Author

Tests run at normal speeds, output from rake test on a clone of the compass source

(in /Users/quickredfox/code/others/compass-chriseppstein)
/Users/quickredfox/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby -I"lib:lib:test" "/Users/quickredfox/.rvm/gems/ree-1.8.7-2010.02@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integrations/compass_test.rb" "test/integrations/rails_integration_test.rb" "test/integrations/sprites_test.rb" "test/units/actions_test.rb" "test/units/command_line_test.rb" "test/units/compass_png_test.rb" "test/units/configuration_test.rb" "test/units/sass_extensions_test.rb" "test/units/sprites/engine_test.rb" "test/units/sprites/image_test.rb" "test/units/sprites/importer_test.rb" "test/units/sprites/sprite_command_test.rb" "test/units/sprites/sprite_map_test.rb" 
Loaded suite /Users/quickredfox/.rvm/gems/ree-1.8.7-2010.02@global/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
................................................................................................................
Finished in 28.396887 seconds.

112 tests, 5235 assertions, 0 failures, 0 errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment