Skip to content

Commit

Permalink
Moved CSS files to SCSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 17, 2011
1 parent bd116c6 commit 481646d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions core/refinerycms-core.gemspec
Expand Up @@ -247,9 +247,9 @@ Gem::Specification.new do |s|
'app/assets/javascripts/wymeditor/skins/refinery',
'app/assets/javascripts/wymeditor/skins/refinery/skin.js',
'app/assets/stylesheets',
'app/assets/stylesheets/application.css',
'app/assets/stylesheets/formatting.css',
'app/assets/stylesheets/home.css',
'app/assets/stylesheets/application.css.scss',
'app/assets/stylesheets/formatting.css.scss',
'app/assets/stylesheets/home.css.scss',
'app/assets/stylesheets/refinery',
'app/assets/stylesheets/refinery/application.css.scss',
'app/assets/stylesheets/refinery/formatting.css.scss',
Expand All @@ -260,7 +260,7 @@ Gem::Specification.new do |s|
'app/assets/stylesheets/refinery/theme.css.scss',
'app/assets/stylesheets/refinery/tooltips.css.scss',
'app/assets/stylesheets/refinery/ui.css.scss',
'app/assets/stylesheets/theme.css',
'app/assets/stylesheets/theme.css.scss',
'app/assets/stylesheets/wymeditor',
'app/assets/stylesheets/wymeditor/skins',
'app/assets/stylesheets/wymeditor/skins/refinery',
Expand Down
2 changes: 1 addition & 1 deletion lib/gemspec.rb
Expand Up @@ -4,7 +4,7 @@
gempath = Pathname.new(File.expand_path('../../', __FILE__))
require gempath.join('base', 'lib', 'base', 'refinery')

files = %w( Gemfile *.md **/**/{*,.rspec,.gitignore,.yardopts} ).map { |file| Pathname.glob(file) }.flatten
files = %w( Gemfile **/**/{*,.rspec,.gitignore,.yardopts} ).map { |file| Pathname.glob(file) }.flatten
rejection_patterns = [
"^(authentication|base|core|dashboard|images|pages|resources|settings|testing)",
"^public/(system|.*/cache|refinery)",
Expand Down
3 changes: 3 additions & 0 deletions pages/refinerycms-pages.gemspec
Expand Up @@ -98,10 +98,13 @@ Gem::Specification.new do |s|
'db/migrate/20100913234708_create_refinerycms_pages_schema.rb',
'db/migrate/20101214040815_translate_page_plugin.rb',
'db/migrate/20101216194133_remove_cached_slug_from_pages.rb',
'db/migrate/20101217113425_translate_page_plugin.rb',
'db/migrate/20110307025652_translate_custom_title_on_pages.rb',
'db/migrate/20110314213540_remove_translated_fields_from_pages.rb',
'db/migrate/20110329080451_create_seo_meta.rb',
'db/migrate/20110606151235_create_add_template_columns.rb',
'db/migrate/20110810070753_add_custom_slug_to_refinery_page_translations.rb',
'db/migrate/20110812055013_rename_custom_title_to_menu_title_in_refinery_pages.rb',
'db/seeds',
'db/seeds/pages.rb',
'lib',
Expand Down
4 changes: 1 addition & 3 deletions refinerycms.gemspec
Expand Up @@ -50,7 +50,6 @@ Gem::Specification.new do |s|
'bin',
'bin/refinerycms',
'changelog.md',
'changelog.md',
'config',
'config/database.yml.mysql',
'config/database.yml.postgresql',
Expand Down Expand Up @@ -151,12 +150,11 @@ Gem::Specification.new do |s|
'lib/refinerycms/all.rb',
'lib/refinerycms.rb',
'license.md',
'license.md',
'nil',
'public',
'public/javascripts',
'public/javascripts/translations.js',
'readme.md',
'readme.md',
'refinerycms.gemspec'
]
end

0 comments on commit 481646d

Please sign in to comment.