[Tree] Add Zepto dependency

...to support implementation of a jQuery-less tree.
This commit is contained in:
Victor Woeltjen
2016-03-11 12:38:40 -08:00
parent cebf9f73da
commit 4f293f22a6
5 changed files with 54 additions and 3 deletions

View File

@@ -33,7 +33,8 @@ requirejs.config({
"saveAs": "bower_components/FileSaver.js/FileSaver.min",
"screenfull": "bower_components/screenfull/dist/screenfull.min",
"text": "bower_components/text/text",
"uuid": "bower_components/node-uuid/uuid"
"uuid": "bower_components/node-uuid/uuid",
"zepto": "bower_components/zepto/zepto.min"
},
"shim": {
"angular": {