Move the frameworks directory into lib/compass per gem packaging best practices.
1
Rakefile
@ -60,7 +60,6 @@ begin
|
|||||||
gemspec.files -= Dir.glob("examples/**/*.css")
|
gemspec.files -= Dir.glob("examples/**/*.css")
|
||||||
gemspec.files -= Dir.glob("examples/**/*.html")
|
gemspec.files -= Dir.glob("examples/**/*.html")
|
||||||
gemspec.files -= Dir.glob("examples/*/extensions/**")
|
gemspec.files -= Dir.glob("examples/*/extensions/**")
|
||||||
gemspec.files += Dir.glob("frameworks/**/*.*")
|
|
||||||
gemspec.files += Dir.glob("lib/**/*")
|
gemspec.files += Dir.glob("lib/**/*")
|
||||||
gemspec.files += Dir.glob("test/**/*.*")
|
gemspec.files += Dir.glob("test/**/*.*")
|
||||||
gemspec.files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*")
|
gemspec.files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*")
|
||||||
|
@ -3,7 +3,7 @@ module Compass
|
|||||||
extend self
|
extend self
|
||||||
|
|
||||||
ALL = []
|
ALL = []
|
||||||
DEFAULT_FRAMEWORKS_PATH = File.join(Compass.base_directory, 'frameworks')
|
DEFAULT_FRAMEWORKS_PATH = File.join(Compass.lib_directory, 'compass', 'frameworks')
|
||||||
|
|
||||||
class Framework
|
class Framework
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 691 B After Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 741 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |