mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
Merge pull request #1654 from ScotterC/patch-2
Avoiding double manifest files
This commit is contained in:
commit
c9fd14acc4
@ -9,6 +9,7 @@ task 'assets:precompile' => 'environment' do
|
||||
regex = /(-{1}[a-z0-9]{32}*\.{1}){1}/
|
||||
assets.each do |file|
|
||||
next if File.directory?(file) || file !~ regex
|
||||
next if File.extname(file) == ".json" # Avoid duplicate manifest
|
||||
|
||||
source = file.split('/')
|
||||
source.push(source.pop.gsub(regex, '.'))
|
||||
|
Loading…
Reference in New Issue
Block a user