mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove unused js files
This commit is contained in:
parent
fd911c278f
commit
f4225d38cb
3 changed files with 0 additions and 27528 deletions
|
@ -1,41 +0,0 @@
|
||||||
({
|
|
||||||
appDir: "js",
|
|
||||||
baseUrl: "./",
|
|
||||||
dir: "minjs",
|
|
||||||
inlineText:false,
|
|
||||||
preserveLicenseComments:false,
|
|
||||||
|
|
||||||
paths : {
|
|
||||||
"underscore": "libs/underscore",
|
|
||||||
"jquery": "libs/jquery"
|
|
||||||
},
|
|
||||||
shim: {
|
|
||||||
"libs/backbone": {
|
|
||||||
deps: ["libs/underscore"]
|
|
||||||
},
|
|
||||||
"libs/pdfListView/PdfListView": {
|
|
||||||
deps: ["libs/pdf"]
|
|
||||||
},
|
|
||||||
"libs/pdf": {
|
|
||||||
deps: ["libs/compatibility"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
skipDirOptimize: true,
|
|
||||||
|
|
||||||
modules: [
|
|
||||||
{
|
|
||||||
name: "main",
|
|
||||||
exclude: ["jquery"]
|
|
||||||
}, {
|
|
||||||
name: "ide",
|
|
||||||
exclude: ["jquery"]
|
|
||||||
}, {
|
|
||||||
name: "home",
|
|
||||||
exclude: ["jquery"]
|
|
||||||
}, {
|
|
||||||
name: "list",
|
|
||||||
exclude: ["jquery"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
})
|
|
File diff suppressed because it is too large
Load diff
26058
services/web/public/r.js
26058
services/web/public/r.js
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue