mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
we need to fix permissions
This commit is contained in:
parent
935c9343e4
commit
fe1ebee791
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ end
|
|||
def brotli(path)
|
||||
if ENV['COMPRESS_BROTLI']
|
||||
STDERR.puts "brotli #{path}"
|
||||
STDERR.puts `brotli --quality 11 --input #{path} --output #{path}.bl`
|
||||
STDERR.puts `brotli --quality 11 --input #{path} --output #{path}.br`
|
||||
STDERR.puts `chmod +r #{path}.br`
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue