From 1128a4738f674291e934c3a4550fb5f3ac31df1f Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sun, 1 Sep 2013 22:35:34 +0300 Subject: [PATCH] no more support for old ie --- app/assets/stylesheets/application-ie.css.scss | 9 --------- app/views/layouts/admin.html.erb | 3 --- app/views/layouts/users.html.erb | 3 --- config/environments/production.rb | 1 - 4 files changed, 16 deletions(-) delete mode 100644 app/assets/stylesheets/application-ie.css.scss diff --git a/app/assets/stylesheets/application-ie.css.scss b/app/assets/stylesheets/application-ie.css.scss deleted file mode 100644 index d0e6d98..0000000 --- a/app/assets/stylesheets/application-ie.css.scss +++ /dev/null @@ -1,9 +0,0 @@ -/* -* This is a manifest file that'll automatically include all the stylesheets available in this directory -* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at -* the top of the compiled file, but it's generally better to create a new file per style scope. - -*= require_self -*/ - -@import 'font-awesome-ie7.min'; diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index f530e4a..aa896b1 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -9,9 +9,6 @@ <%= content_for?(:title) ? yield(:title) : "EntryDNS" %> <%= stylesheet_link_tag "application" %> - <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> diff --git a/app/views/layouts/users.html.erb b/app/views/layouts/users.html.erb index 1eb79fd..3993837 100644 --- a/app/views/layouts/users.html.erb +++ b/app/views/layouts/users.html.erb @@ -9,9 +9,6 @@ <%= content_for?(:title) ? yield(:title) : "EntryDNS" %> <%= stylesheet_link_tag "application" %> - <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> diff --git a/config/environments/production.rb b/config/environments/production.rb index 846dc0c..0fabcfb 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -55,7 +55,6 @@ Entrydns::Application.configure do # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) # config.assets.precompile += %w( search.js ) - config.assets.precompile += %w( application-ie.css ) # Disable delivery errors, bad email addresses will be ignored # config.action_mailer.raise_delivery_errors = false