mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
minify more assets
This commit is contained in:
parent
b9dd2d826e
commit
15285b67cc
1 changed files with 6 additions and 1 deletions
|
@ -98,10 +98,15 @@ module.exports = (grunt) ->
|
|||
exclude: ["libs"]
|
||||
}, {
|
||||
name: "ide",
|
||||
exclude: ["libs", "libs/jquery-layout"]
|
||||
exclude: ["libs"]
|
||||
}, {
|
||||
name: "libs"
|
||||
},{
|
||||
name: "libs/pdf.worker"
|
||||
},{
|
||||
name: "ace/mode-latex"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue