Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Removed auth/cover.js from precompilation #1157

Merged
merged 1 commit into from
Jan 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/views/layouts/authentication.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ html
body.login
.container-fluid
= yield
= javascript_include_tag 'auth/cover'
2 changes: 1 addition & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Rails.application.config.assets.version = "1.0"
Rails.application.config.assets.precompile += %w(*.woff2 auth/cover.js)
Rails.application.config.assets.precompile += %w(*.woff2)