mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Don't try to fingerprint plans.css
This commit is contained in:
parent
2c8be16daa
commit
d249158676
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ for path in [
|
||||||
"#{jsPath}libs/pdf.js",
|
"#{jsPath}libs/pdf.js",
|
||||||
"#{jsPath}libs/pdf.worker.js",
|
"#{jsPath}libs/pdf.worker.js",
|
||||||
"/stylesheets/mainStyle.css"
|
"/stylesheets/mainStyle.css"
|
||||||
"/brand/plans.css"
|
|
||||||
]
|
]
|
||||||
filePath = Path.join __dirname, "../../../", "public#{path}"
|
filePath = Path.join __dirname, "../../../", "public#{path}"
|
||||||
content = fs.readFileSync filePath
|
content = fs.readFileSync filePath
|
||||||
|
|
Loading…
Reference in a new issue