From 2a5b979658ce3163051f67d7812721d7a8f60627 Mon Sep 17 00:00:00 2001 From: "Martin@MBP" Date: Sun, 26 Jul 2015 09:59:19 +0200 Subject: [PATCH] Fix: Wide plugin not present in jquery.fancytree-all.min.js Close #470 --- CHANGELOG.md | 1 + Gruntfile.coffee | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58ead61..e2dc78fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * [Fixed] Win8 theme jumpy hover effects * [Fixed] #411: ext-edit fails with ext-table, when edit was cancelled * [Fixed] #463: ext-table: render(deep) does not work + * [Fixed] #470: Wide plugin not present in jquery.fancytree-all.min.js # 2.10.2 / 2015-07-02 * [Fixed] Add `dist/skin-custom-1` sample (again) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 75845c8f..01838c97 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -70,7 +70,7 @@ module.exports = (grunt) -> # "lib/intro.js" "src/jquery.fancytree.js" "src/jquery.fancytree.childcounter.js" - "src/jquery.fancytree.clones.js" + "src/jquery.fancytree.clones.js" # "src/jquery.fancytree.columnview.js" "src/jquery.fancytree.dnd.js" "src/jquery.fancytree.edit.js" @@ -113,7 +113,7 @@ module.exports = (grunt) -> "build/jquery.fancytree.persist.min.js" "build/jquery.fancytree.table.min.js" "build/jquery.fancytree.themeroller.min.js" - "build/jquery.fancytree.wide.js" + "build/jquery.fancytree.wide.min.js" "lib/outro.js" ] dest: "build/<%= pkg.name %>-all.min.js"