added "task manager" and map animations

This commit is contained in:
exodus4d
2015-02-08 15:06:48 +01:00
parent 095ba527d0
commit bea22df481
67 changed files with 6431 additions and 1227 deletions

4
node_modules/.bin/build.js generated vendored
View File

@@ -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']
},