From 6e7f658f3bc9f5c91c8870911c57ce3f4447f77c Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 2 Sep 2009 21:44:15 -0700 Subject: [PATCH] Move the frameworks directory into lib/compass per gem packaging best practices. --- Rakefile | 1 - lib/compass/frameworks.rb | 2 +- .../blueprint/stylesheets/_blueprint.sass | 0 .../blueprint/stylesheets/blueprint/_ie.sass | 0 .../blueprint/stylesheets/blueprint/_print.sass | 0 .../blueprint/stylesheets/blueprint/_reset.sass | 0 .../blueprint/stylesheets/blueprint/_screen.sass | 0 .../stylesheets/blueprint/modules/_buttons.sass | 0 .../stylesheets/blueprint/modules/_colors.sass | 0 .../stylesheets/blueprint/modules/_debug.sass | 0 .../stylesheets/blueprint/modules/_fancy_type.sass | 0 .../stylesheets/blueprint/modules/_form.sass | 0 .../stylesheets/blueprint/modules/_grid.sass | 0 .../stylesheets/blueprint/modules/_interaction.sass | 0 .../stylesheets/blueprint/modules/_link_icons.sass | 0 .../stylesheets/blueprint/modules/_liquid.sass | 0 .../stylesheets/blueprint/modules/_reset.sass | 0 .../stylesheets/blueprint/modules/_rtl.sass | 0 .../stylesheets/blueprint/modules/_scaffolding.sass | 0 .../stylesheets/blueprint/modules/_typography.sass | 0 .../stylesheets/blueprint/modules/_utilities.sass | 0 .../blueprint/templates/buttons/buttons.sass | 0 .../blueprint/templates/buttons/buttons/cross.png | Bin .../blueprint/templates/buttons/buttons/key.png | Bin .../blueprint/templates/buttons/buttons/tick.png | Bin .../blueprint/templates/buttons/manifest.rb | 0 .../blueprint/templates/link_icons/link_icons.sass | 0 .../templates/link_icons/link_icons/doc.png | Bin .../templates/link_icons/link_icons/email.png | Bin .../templates/link_icons/link_icons/external.png | Bin .../templates/link_icons/link_icons/feed.png | Bin .../templates/link_icons/link_icons/im.png | Bin .../templates/link_icons/link_icons/pdf.png | Bin .../templates/link_icons/link_icons/visited.png | Bin .../templates/link_icons/link_icons/xls.png | Bin .../blueprint/templates/link_icons/manifest.rb | 0 .../blueprint/templates/project/grid.png | Bin .../frameworks}/blueprint/templates/project/ie.sass | 0 .../blueprint/templates/project/manifest.rb | 0 .../blueprint/templates/project/partials/_base.sass | 0 .../blueprint/templates/project/print.sass | 0 .../blueprint/templates/project/screen.sass | 0 .../blueprint/templates/project/welcome.html.haml | 0 .../frameworks}/compass/stylesheets/_compass.sass | 0 .../compass/stylesheets/compass/_layout.sass | 0 .../compass/stylesheets/compass/_misc.sass | 0 .../compass/stylesheets/compass/_reset.sass | 0 .../compass/stylesheets/compass/_utilities.sass | 0 .../stylesheets/compass/layout/_sticky_footer.sass | 0 .../stylesheets/compass/utilities/_css3.sass | 0 .../stylesheets/compass/utilities/_general.sass | 0 .../stylesheets/compass/utilities/_links.sass | 0 .../stylesheets/compass/utilities/_lists.sass | 0 .../stylesheets/compass/utilities/_print.sass | 0 .../stylesheets/compass/utilities/_sprites.sass | 0 .../stylesheets/compass/utilities/_tables.sass | 0 .../stylesheets/compass/utilities/_text.sass | 0 .../compass/utilities/css3/_border_radius.sass | 0 .../compass/utilities/css3/_box_shadow.sass | 0 .../compass/utilities/css3/_box_sizing.sass | 0 .../compass/utilities/css3/_columns.sass | 0 .../compass/utilities/css3/_inline_block.sass | 0 .../compass/utilities/css3/_opacity.sass | 0 .../compass/utilities/general/_clearfix.sass | 0 .../compass/utilities/general/_float.sass | 0 .../compass/utilities/general/_hacks.sass | 0 .../compass/utilities/general/_reset.sass | 0 .../compass/utilities/general/_tabs.sass | 0 .../compass/utilities/general/_tag_cloud.sass | 0 .../compass/utilities/links/_hover_link.sass | 0 .../compass/utilities/links/_link_colors.sass | 0 .../compass/utilities/links/_unstyled_link.sass | 0 .../compass/utilities/lists/_bullets.sass | 0 .../compass/utilities/lists/_horizontal_list.sass | 0 .../compass/utilities/lists/_inline_list.sass | 0 .../compass/utilities/sprites/_sprite_img.sass | 0 .../tables/_alternating_rows_and_columns.sass | 0 .../compass/utilities/tables/_borders.sass | 0 .../compass/utilities/tables/_scaffolding.sass | 0 .../compass/utilities/text/_ellipsis.sass | 0 .../stylesheets/compass/utilities/text/_nowrap.sass | 0 .../compass/utilities/text/_replacement.sass | 0 .../compass/templates/ellipsis/ellipsis.sass | 0 .../compass/templates/ellipsis/manifest.rb | 0 .../compass/templates/ellipsis/xml/ellipsis.xml | 0 .../compass/templates/extension/manifest.rb | 0 .../templates/extension/stylesheets/main.sass | 0 .../extension/templates/project/manifest.rb | 0 .../extension/templates/project/screen.sass | 0 .../frameworks}/compass/templates/project/ie.sass | 0 .../compass/templates/project/manifest.rb | 0 .../compass/templates/project/print.sass | 0 .../compass/templates/project/screen.sass | 0 93 files changed, 1 insertion(+), 2 deletions(-) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/_blueprint.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/_ie.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/_print.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/_reset.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/_screen.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_buttons.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_colors.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_debug.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_fancy_type.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_form.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_grid.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_interaction.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_link_icons.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_liquid.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_reset.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_rtl.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_scaffolding.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_typography.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/stylesheets/blueprint/modules/_utilities.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/buttons/buttons.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/buttons/buttons/cross.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/buttons/buttons/key.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/buttons/buttons/tick.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/buttons/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/doc.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/email.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/external.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/feed.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/im.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/pdf.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/visited.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/link_icons/xls.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/link_icons/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/grid.png (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/ie.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/partials/_base.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/print.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/screen.sass (100%) rename {frameworks => lib/compass/frameworks}/blueprint/templates/project/welcome.html.haml (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/_compass.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/_layout.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/_misc.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/_reset.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/_utilities.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/layout/_sticky_footer.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_css3.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_general.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_links.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_lists.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_print.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_sprites.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_tables.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/_text.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/css3/_border_radius.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/css3/_box_shadow.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/css3/_box_sizing.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/css3/_columns.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/css3/_inline_block.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/css3/_opacity.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/general/_clearfix.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/general/_float.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/general/_hacks.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/general/_reset.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/general/_tabs.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/general/_tag_cloud.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/links/_hover_link.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/links/_link_colors.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/links/_unstyled_link.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/lists/_bullets.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/lists/_inline_list.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/tables/_borders.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/tables/_scaffolding.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/text/_ellipsis.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/text/_nowrap.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/stylesheets/compass/utilities/text/_replacement.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/ellipsis/ellipsis.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/ellipsis/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/ellipsis/xml/ellipsis.xml (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/extension/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/extension/stylesheets/main.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/extension/templates/project/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/extension/templates/project/screen.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/project/ie.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/project/manifest.rb (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/project/print.sass (100%) rename {frameworks => lib/compass/frameworks}/compass/templates/project/screen.sass (100%) diff --git a/Rakefile b/Rakefile index 7fa6ca31..f45d0411 100644 --- a/Rakefile +++ b/Rakefile @@ -60,7 +60,6 @@ begin gemspec.files -= Dir.glob("examples/**/*.css") gemspec.files -= Dir.glob("examples/**/*.html") gemspec.files -= Dir.glob("examples/*/extensions/**") - gemspec.files += Dir.glob("frameworks/**/*.*") gemspec.files += Dir.glob("lib/**/*") gemspec.files += Dir.glob("test/**/*.*") gemspec.files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*") diff --git a/lib/compass/frameworks.rb b/lib/compass/frameworks.rb index b34597bc..9d6b2d7c 100644 --- a/lib/compass/frameworks.rb +++ b/lib/compass/frameworks.rb @@ -3,7 +3,7 @@ module Compass extend self ALL = [] - DEFAULT_FRAMEWORKS_PATH = File.join(Compass.base_directory, 'frameworks') + DEFAULT_FRAMEWORKS_PATH = File.join(Compass.lib_directory, 'compass', 'frameworks') class Framework attr_accessor :name diff --git a/frameworks/blueprint/stylesheets/_blueprint.sass b/lib/compass/frameworks/blueprint/stylesheets/_blueprint.sass similarity index 100% rename from frameworks/blueprint/stylesheets/_blueprint.sass rename to lib/compass/frameworks/blueprint/stylesheets/_blueprint.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/_ie.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/_ie.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/_print.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_print.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/_print.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/_print.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/_reset.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_reset.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/_reset.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/_reset.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/_screen.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/_screen.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_form.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass similarity index 100% rename from frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass rename to lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass diff --git a/frameworks/blueprint/templates/buttons/buttons.sass b/lib/compass/frameworks/blueprint/templates/buttons/buttons.sass similarity index 100% rename from frameworks/blueprint/templates/buttons/buttons.sass rename to lib/compass/frameworks/blueprint/templates/buttons/buttons.sass diff --git a/frameworks/blueprint/templates/buttons/buttons/cross.png b/lib/compass/frameworks/blueprint/templates/buttons/buttons/cross.png similarity index 100% rename from frameworks/blueprint/templates/buttons/buttons/cross.png rename to lib/compass/frameworks/blueprint/templates/buttons/buttons/cross.png diff --git a/frameworks/blueprint/templates/buttons/buttons/key.png b/lib/compass/frameworks/blueprint/templates/buttons/buttons/key.png similarity index 100% rename from frameworks/blueprint/templates/buttons/buttons/key.png rename to lib/compass/frameworks/blueprint/templates/buttons/buttons/key.png diff --git a/frameworks/blueprint/templates/buttons/buttons/tick.png b/lib/compass/frameworks/blueprint/templates/buttons/buttons/tick.png similarity index 100% rename from frameworks/blueprint/templates/buttons/buttons/tick.png rename to lib/compass/frameworks/blueprint/templates/buttons/buttons/tick.png diff --git a/frameworks/blueprint/templates/buttons/manifest.rb b/lib/compass/frameworks/blueprint/templates/buttons/manifest.rb similarity index 100% rename from frameworks/blueprint/templates/buttons/manifest.rb rename to lib/compass/frameworks/blueprint/templates/buttons/manifest.rb diff --git a/frameworks/blueprint/templates/link_icons/link_icons.sass b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons.sass similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons.sass rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons.sass diff --git a/frameworks/blueprint/templates/link_icons/link_icons/doc.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/doc.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/doc.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/doc.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/email.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/email.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/email.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/email.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/external.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/external.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/external.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/external.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/feed.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/feed.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/feed.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/feed.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/im.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/im.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/im.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/im.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/pdf.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/pdf.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/pdf.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/pdf.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/visited.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/visited.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/visited.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/visited.png diff --git a/frameworks/blueprint/templates/link_icons/link_icons/xls.png b/lib/compass/frameworks/blueprint/templates/link_icons/link_icons/xls.png similarity index 100% rename from frameworks/blueprint/templates/link_icons/link_icons/xls.png rename to lib/compass/frameworks/blueprint/templates/link_icons/link_icons/xls.png diff --git a/frameworks/blueprint/templates/link_icons/manifest.rb b/lib/compass/frameworks/blueprint/templates/link_icons/manifest.rb similarity index 100% rename from frameworks/blueprint/templates/link_icons/manifest.rb rename to lib/compass/frameworks/blueprint/templates/link_icons/manifest.rb diff --git a/frameworks/blueprint/templates/project/grid.png b/lib/compass/frameworks/blueprint/templates/project/grid.png similarity index 100% rename from frameworks/blueprint/templates/project/grid.png rename to lib/compass/frameworks/blueprint/templates/project/grid.png diff --git a/frameworks/blueprint/templates/project/ie.sass b/lib/compass/frameworks/blueprint/templates/project/ie.sass similarity index 100% rename from frameworks/blueprint/templates/project/ie.sass rename to lib/compass/frameworks/blueprint/templates/project/ie.sass diff --git a/frameworks/blueprint/templates/project/manifest.rb b/lib/compass/frameworks/blueprint/templates/project/manifest.rb similarity index 100% rename from frameworks/blueprint/templates/project/manifest.rb rename to lib/compass/frameworks/blueprint/templates/project/manifest.rb diff --git a/frameworks/blueprint/templates/project/partials/_base.sass b/lib/compass/frameworks/blueprint/templates/project/partials/_base.sass similarity index 100% rename from frameworks/blueprint/templates/project/partials/_base.sass rename to lib/compass/frameworks/blueprint/templates/project/partials/_base.sass diff --git a/frameworks/blueprint/templates/project/print.sass b/lib/compass/frameworks/blueprint/templates/project/print.sass similarity index 100% rename from frameworks/blueprint/templates/project/print.sass rename to lib/compass/frameworks/blueprint/templates/project/print.sass diff --git a/frameworks/blueprint/templates/project/screen.sass b/lib/compass/frameworks/blueprint/templates/project/screen.sass similarity index 100% rename from frameworks/blueprint/templates/project/screen.sass rename to lib/compass/frameworks/blueprint/templates/project/screen.sass diff --git a/frameworks/blueprint/templates/project/welcome.html.haml b/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml similarity index 100% rename from frameworks/blueprint/templates/project/welcome.html.haml rename to lib/compass/frameworks/blueprint/templates/project/welcome.html.haml diff --git a/frameworks/compass/stylesheets/_compass.sass b/lib/compass/frameworks/compass/stylesheets/_compass.sass similarity index 100% rename from frameworks/compass/stylesheets/_compass.sass rename to lib/compass/frameworks/compass/stylesheets/_compass.sass diff --git a/frameworks/compass/stylesheets/compass/_layout.sass b/lib/compass/frameworks/compass/stylesheets/compass/_layout.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/_layout.sass rename to lib/compass/frameworks/compass/stylesheets/compass/_layout.sass diff --git a/frameworks/compass/stylesheets/compass/_misc.sass b/lib/compass/frameworks/compass/stylesheets/compass/_misc.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/_misc.sass rename to lib/compass/frameworks/compass/stylesheets/compass/_misc.sass diff --git a/frameworks/compass/stylesheets/compass/_reset.sass b/lib/compass/frameworks/compass/stylesheets/compass/_reset.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/_reset.sass rename to lib/compass/frameworks/compass/stylesheets/compass/_reset.sass diff --git a/frameworks/compass/stylesheets/compass/_utilities.sass b/lib/compass/frameworks/compass/stylesheets/compass/_utilities.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/_utilities.sass rename to lib/compass/frameworks/compass/stylesheets/compass/_utilities.sass diff --git a/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass b/lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass rename to lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_css3.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_css3.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_css3.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_css3.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_general.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_general.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_general.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_general.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_links.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_links.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_links.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_links.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_lists.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_lists.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_lists.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_lists.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_print.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_print.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_print.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_print.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_sprites.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_sprites.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_sprites.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_sprites.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_tables.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_tables.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_tables.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_tables.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/_text.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/_text.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/_text.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/_text.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/css3/_border_radius.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_border_radius.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/css3/_border_radius.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_border_radius.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/css3/_box_sizing.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_sizing.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/css3/_box_sizing.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_sizing.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/css3/_columns.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_columns.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/css3/_columns.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_columns.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/css3/_inline_block.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_inline_block.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/css3/_inline_block.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_inline_block.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/css3/_opacity.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_opacity.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/css3/_opacity.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_opacity.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_float.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_float.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/general/_float.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_float.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/general/_reset.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass diff --git a/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass b/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass similarity index 100% rename from frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass rename to lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass diff --git a/frameworks/compass/templates/ellipsis/ellipsis.sass b/lib/compass/frameworks/compass/templates/ellipsis/ellipsis.sass similarity index 100% rename from frameworks/compass/templates/ellipsis/ellipsis.sass rename to lib/compass/frameworks/compass/templates/ellipsis/ellipsis.sass diff --git a/frameworks/compass/templates/ellipsis/manifest.rb b/lib/compass/frameworks/compass/templates/ellipsis/manifest.rb similarity index 100% rename from frameworks/compass/templates/ellipsis/manifest.rb rename to lib/compass/frameworks/compass/templates/ellipsis/manifest.rb diff --git a/frameworks/compass/templates/ellipsis/xml/ellipsis.xml b/lib/compass/frameworks/compass/templates/ellipsis/xml/ellipsis.xml similarity index 100% rename from frameworks/compass/templates/ellipsis/xml/ellipsis.xml rename to lib/compass/frameworks/compass/templates/ellipsis/xml/ellipsis.xml diff --git a/frameworks/compass/templates/extension/manifest.rb b/lib/compass/frameworks/compass/templates/extension/manifest.rb similarity index 100% rename from frameworks/compass/templates/extension/manifest.rb rename to lib/compass/frameworks/compass/templates/extension/manifest.rb diff --git a/frameworks/compass/templates/extension/stylesheets/main.sass b/lib/compass/frameworks/compass/templates/extension/stylesheets/main.sass similarity index 100% rename from frameworks/compass/templates/extension/stylesheets/main.sass rename to lib/compass/frameworks/compass/templates/extension/stylesheets/main.sass diff --git a/frameworks/compass/templates/extension/templates/project/manifest.rb b/lib/compass/frameworks/compass/templates/extension/templates/project/manifest.rb similarity index 100% rename from frameworks/compass/templates/extension/templates/project/manifest.rb rename to lib/compass/frameworks/compass/templates/extension/templates/project/manifest.rb diff --git a/frameworks/compass/templates/extension/templates/project/screen.sass b/lib/compass/frameworks/compass/templates/extension/templates/project/screen.sass similarity index 100% rename from frameworks/compass/templates/extension/templates/project/screen.sass rename to lib/compass/frameworks/compass/templates/extension/templates/project/screen.sass diff --git a/frameworks/compass/templates/project/ie.sass b/lib/compass/frameworks/compass/templates/project/ie.sass similarity index 100% rename from frameworks/compass/templates/project/ie.sass rename to lib/compass/frameworks/compass/templates/project/ie.sass diff --git a/frameworks/compass/templates/project/manifest.rb b/lib/compass/frameworks/compass/templates/project/manifest.rb similarity index 100% rename from frameworks/compass/templates/project/manifest.rb rename to lib/compass/frameworks/compass/templates/project/manifest.rb diff --git a/frameworks/compass/templates/project/print.sass b/lib/compass/frameworks/compass/templates/project/print.sass similarity index 100% rename from frameworks/compass/templates/project/print.sass rename to lib/compass/frameworks/compass/templates/project/print.sass diff --git a/frameworks/compass/templates/project/screen.sass b/lib/compass/frameworks/compass/templates/project/screen.sass similarity index 100% rename from frameworks/compass/templates/project/screen.sass rename to lib/compass/frameworks/compass/templates/project/screen.sass