mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Fix patch
This commit is contained in:
parent
2409f513e6
commit
ba44f5e409
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake
|
|||
index 4a02d5f1b1..7b47f21658 100644
|
||||
--- a/lib/tasks/assets.rake
|
||||
+++ b/lib/tasks/assets.rake
|
||||
@@ -94,6 +94,7 @@ def compress_ruby(from, to)
|
||||
@@ -153,6 +153,7 @@
|
||||
data = File.read("#{assets_path}/#{from}")
|
||||
|
||||
uglified, map = Uglifier.new(comments: :none,
|
||||
|
|
|
@ -2,7 +2,7 @@ diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake
|
|||
index 7b47f21658..ea6d0da2c4 100644
|
||||
--- a/lib/tasks/assets.rake
|
||||
+++ b/lib/tasks/assets.rake
|
||||
@@ -116,9 +116,21 @@ def gzip(path)
|
||||
@@ -174,9 +174,21 @@
|
||||
end
|
||||
|
||||
# different brotli versions use different parameters
|
||||
|
|
Loading…
Add table
Reference in a new issue