mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge remote-tracking branch 'origin/pr-update-files-to-hash'
GitOrigin-RevId: dec35961f496f14357757248a62fe4c7d7fc1def
This commit is contained in:
parent
24da4799ed
commit
f090eb6d06
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ pathList = [
|
||||||
"#{jsPath}main.js"
|
"#{jsPath}main.js"
|
||||||
"#{jsPath}libraries.js"
|
"#{jsPath}libraries.js"
|
||||||
"/stylesheets/style.css"
|
"/stylesheets/style.css"
|
||||||
"/stylesheets/ol-style.css"
|
"/stylesheets/light-style.css"
|
||||||
"/stylesheets/ol-light-style.css"
|
"/stylesheets/ieee-style.css"
|
||||||
"/stylesheets/ol-ieee-style.css"
|
"/stylesheets/sl-style.css"
|
||||||
].concat(Modules.moduleAssetFiles(jsPath))
|
].concat(Modules.moduleAssetFiles(jsPath))
|
||||||
|
|
||||||
if !Settings.useMinifiedJs
|
if !Settings.useMinifiedJs
|
||||||
|
|
Loading…
Reference in a new issue