mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
exclude pdf.js from the compiled build, to allow switching
This commit is contained in:
@@ -98,7 +98,7 @@ module.exports = (grunt) ->
|
||||
exclude: ["libs"]
|
||||
}, {
|
||||
name: "ide",
|
||||
exclude: ["libs"]
|
||||
exclude: ["libs", "libs/pdf"]
|
||||
}, {
|
||||
name: "libs"
|
||||
},{
|
||||
|
||||
Reference in New Issue
Block a user