added "task manager" and map animations
This commit is contained in:
4
node_modules/.bin/build.js
generated
vendored
4
node_modules/.bin/build.js
generated
vendored
@@ -66,7 +66,6 @@
|
||||
//jquery: "lib/jquery-2.1.1.min", // v2.1.1 jQuery
|
||||
bootstrap: 'lib/bootstrap.min', // v3.3.0 Bootstrap js code - http://getbootstrap.com/javascript/
|
||||
text: 'lib/requirejs/text', // v2.0.12 A RequireJS/AMD loader plugin for loading text resources.
|
||||
throttleDebounce: 'lib/jquery.ba-throttle-debounce.min', // v1.1 Handle/throttle jquery events - http://benalman.com/projects/jquery-throttle-debounce-plugin/
|
||||
velocity: 'lib/velocity.min', // v1.2.1 animation engine - http://julian.com/research/velocity/
|
||||
templates: '../templates', // template dir
|
||||
slidebars: 'lib/slidebars', // v0.10 Slidebars - side menu plugin http://plugins.adchsm.me/slidebars/
|
||||
@@ -102,9 +101,6 @@
|
||||
velocity: {
|
||||
deps: ['jquery']
|
||||
},
|
||||
throttleDebounce: {
|
||||
deps: ['jquery']
|
||||
},
|
||||
slidebars: {
|
||||
deps: ['jquery']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user