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

Commit e44d735

Browse files
committed
Removed auth/cover.js from precompilation
Fixes #1153 Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
1 parent 258ad8c commit e44d735

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/views/layouts/authentication.html.slim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ html
3131
body.login
3232
.container-fluid
3333
= yield
34-
= javascript_include_tag 'auth/cover'

config/initializers/assets.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Rails.application.config.assets.version = "1.0"
2-
Rails.application.config.assets.precompile += %w(*.woff2 auth/cover.js)
2+
Rails.application.config.assets.precompile += %w(*.woff2)

0 commit comments

Comments
 (0)