From 91cf225965890890cc24ec9e5b31f5d8f12ef9c0 Mon Sep 17 00:00:00 2001
From: Peter Krautzberger
Date: Wed, 27 Jan 2016 17:31:31 +0100
Subject: [PATCH] update for MathJax v2.6.0
---
Gruntfile.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 3326d1716..ff51da832 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -225,8 +225,6 @@ module.exports = function(grunt) {
"unpacked/extensions/CHTML-preview.js"
],
previewHtmlOutput: [
- "configs",
- "unpacked/config/",
"jax/output/PreviewHTML",
"unpacked/jax/output/PreviewHTML",
"extensions/fast-preview.js",
@@ -235,8 +233,6 @@ module.exports = function(grunt) {
"unpacked/extensions/CHTML-preview.js"
],
plainSourceOutput: [
- "configs",
- "unpacked/config/",
"jax/output/PlainSource",
"unpacked/jax/output/PlainSource"
],