mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 13:13:23 +00:00
fingerprint brand/plans.css
This commit is contained in:
parent
f7545393f2
commit
c237d04456
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ for path in [
|
|||
"#{jsPath}list.js",
|
||||
"#{jsPath}libs/pdf.js",
|
||||
"#{jsPath}libs/pdf.worker.js",
|
||||
"/stylesheets/mainStyle.css"
|
||||
"/stylesheets/mainStyle.css",
|
||||
"/brand/plans.css"
|
||||
]
|
||||
filePath = Path.join __dirname, "../../../", "public#{path}"
|
||||
content = fs.readFileSync filePath
|
||||
|
|
Loading…
Reference in a new issue