Skip to content

Commit

Permalink
Add initializers/assets.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaltmann committed Dec 27, 2016
1 parent 0fcf234 commit 4aa324b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2012-2016, Fairmondo eG. This file is
# licensed under the GNU Affero General Public License version 3 or later.
# See the COPYRIGHT file for details.

Rails.application.config.assets.precompile += %w( email/email.css )

Rails.application.config.assets.precompile += %w( inputs/bank_details.js )
Rails.application.config.assets.precompile += %w( models/article/unactivated_article_warning.js )

0 comments on commit 4aa324b

Please sign in to comment.