From 0420e4638d3b727844c82bd8f2e2c4d046f46bfd Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Mon, 1 Dec 2014 14:36:23 +0000 Subject: [PATCH] exclude pdf.js from the compiled build, to allow switching --- services/web/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index de6807ba38..01af8c73d9 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -98,7 +98,7 @@ module.exports = (grunt) -> exclude: ["libs"] }, { name: "ide", - exclude: ["libs"] + exclude: ["libs", "libs/pdf"] }, { name: "libs" },{