Skip to content

Commit

Permalink
precompile asset problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Swain Hwang committed Mar 3, 2020
1 parent d9d9757 commit dbf0c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/application/_aside.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.mb-4
.border.p-3
.media
= image_tag 'parti_symbol', width: 70, class: "mr-3"
= image_tag 'parti_symbol.png', width: 70, class: "mr-3"
.media-body
%h5.mt-0= link_to '빠띠 데이터 활동가 커뮤니티', "https://democracy-activists.parti.xyz/p/datapublic", target: "_blank", class: "text-dark"
= link_to "데이터로 더 투명하고 신뢰하는 사회를 만듭니다", "https://democracy-activists.parti.xyz/p/datapublic", target: "_blank", class: "text-dark"
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = true
config.assets.compile = false

# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb

Expand Down

0 comments on commit dbf0c3b

Please sign in to comment.