You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some directories like demo/ are no longer part of the npm install.
Improved Module Support and Distribution
The dist/ folder now includes a modules/ directory with fancytree core
and all extensions.
All modules have UMD wrappers with defined dependencies.
Internal jQuery UI dependencies are deployed as module and implicitly loaded.
jquery.fancytree/dist/modules/jquery.fancytree is defined as
package main module, so Fancytree can be included using a simple fancytree = require('jquery.fancytree').
See the docs for details.