mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
exclude pdf.js from the compiled build, to allow switching
This commit is contained in:
parent
be91bc2754
commit
0420e4638d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module.exports = (grunt) ->
|
|||
exclude: ["libs"]
|
||||
}, {
|
||||
name: "ide",
|
||||
exclude: ["libs"]
|
||||
exclude: ["libs", "libs/pdf"]
|
||||
}, {
|
||||
name: "libs"
|
||||
},{
|
||||
|
|
Loading…
Reference in a new issue