mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
only hash when minified
This commit is contained in:
@@ -143,7 +143,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
"paths" : {
|
||||
"moment": "libs/#{lib('moment')}",
|
||||
"fineuploader": "libs/#{lib('fineuploader')}",
|
||||
"main": "#{buildJsPath('main.js', {hashedPath:true, fingerprint:false, removeExtension:true})}"
|
||||
"main": "#{buildJsPath('main.js', {hashedPath:settings.useMinifiedJs, fingerprint:false, removeExtension:true})}",
|
||||
},
|
||||
"config":{
|
||||
"moment":{
|
||||
|
||||
Reference in New Issue
Block a user