Skip to content

Commit

Permalink
Fix: Wide plugin not present in jquery.fancytree-all.min.js
Browse files Browse the repository at this point in the history
Close #470
  • Loading branch information
mar10 committed Jul 26, 2015
1 parent bd94ab6 commit 2a5b979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2a5b979

Please sign in to comment.