mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'ho-hash-static' of https://github.com/sharelatex/web-sharelatex-internal into ho-hash-static
This commit is contained in:
commit
d947da26d7
1 changed files with 1 additions and 1 deletions
|
@ -165,5 +165,5 @@ block requirejs
|
||||||
data-main=buildJsPath("ide.js", {hashedPath:false, fingerprint:false}),
|
data-main=buildJsPath("ide.js", {hashedPath:false, fingerprint:false}),
|
||||||
baseurl=fullJsPath,
|
baseurl=fullJsPath,
|
||||||
data-ace-base=buildJsPath(lib('ace'), {fingerprint:false}),
|
data-ace-base=buildJsPath(lib('ace'), {fingerprint:false}),
|
||||||
src=buildJsPath('libs/require.js', {hashedPath:true})
|
src=buildJsPath('libs/require.js', {hashedPath:false})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue