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