map update logic
This commit is contained in:
24
node_modules/.bin/build.js
generated
vendored
24
node_modules/.bin/build.js
generated
vendored
@@ -51,26 +51,26 @@
|
||||
//of its dependencies includes i18n bundles, they may not be included in the
|
||||
//built file unless the locale: section is set above.
|
||||
{
|
||||
name: "app/main",
|
||||
name: 'app/main',
|
||||
exclude: [
|
||||
// "jquery",
|
||||
// "jsPlumb"
|
||||
]
|
||||
},{
|
||||
name: 'app/notification'
|
||||
}
|
||||
],
|
||||
paths: {
|
||||
layout: 'layout',
|
||||
jquery: 'lib/jquery-1.11.1.min', // v1.11.1 jQuery
|
||||
//jquery: "lib/jquery-2.1.1.min", // v2.1.1 jQuery
|
||||
//jqueryUI: "lib/jquery-ui.min", // v1.11.2 jQuery UI default
|
||||
//jqueryUI: 'lib/jquery-ui-custom.min', // v1.11.2 custom script (without tooltip -> conflict with bootstrap)
|
||||
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/
|
||||
// jsPlumb: 'lib/jsPlumb-1.6.4-min', // v1.4.6 jsPlumb - main map draw plugin http://www.jsplumb.org/
|
||||
jsPlumb: 'lib/dom.jsPlumb-1.7.2-min', // v1.7.2 jsPlumb (Vanilla)- main map draw plugin http://www.jsplumb.org/
|
||||
|
||||
customScrollbar: 'lib/jquery.mCustomScrollbar.concat.min', // v3.1.11 Custom scroll bars - http://manos.malihu.gr/
|
||||
datatables: 'lib/jquery.dataTables.min', // v1.10.3 DataTables - tables
|
||||
datatablesBootstrap: 'lib/dataTables.bootstrap', // DataTables - not used (bootstrap style)
|
||||
@@ -81,6 +81,8 @@
|
||||
easyPieChart: 'lib/jquery.easypiechart.min', // v2.1.6 Easy Pie Chart - HTML 5 pie charts - http://rendro.github.io/easy-pie-chart/
|
||||
dragToSelect: 'lib/jquery.dragToSelect', // v1.1 Drag to Select - http://andreaslagerkvist.com/jquery/drag-to-select/
|
||||
hoverIntent: 'lib/jquery.hoverIntent.minified', // v1.8.0 Hover intention - http://cherne.net/brian/resources/jquery.hoverIntent.html
|
||||
fullScreen: 'lib/jquery.fullscreen.min', // v0.5.0 Full screen mode - https://github.com/private-face/jquery.fullscreen
|
||||
|
||||
|
||||
|
||||
pnotify: 'lib/pnotify/pnotify.core', // v2.0.1 PNotify - notification core file
|
||||
@@ -94,11 +96,13 @@
|
||||
|
||||
},
|
||||
shim: {
|
||||
jqueryUI: {
|
||||
export: '$',
|
||||
bootstrap: {
|
||||
deps: ['jquery']
|
||||
},
|
||||
bootstrap: {
|
||||
velocity: {
|
||||
deps: ['jquery']
|
||||
},
|
||||
throttleDebounce: {
|
||||
deps: ['jquery']
|
||||
},
|
||||
slidebars: {
|
||||
@@ -136,8 +140,8 @@
|
||||
hoverIntent: {
|
||||
deps : ['jquery']
|
||||
},
|
||||
fontDetect: {
|
||||
export : 'FontDetect'
|
||||
fullScreen: {
|
||||
deps : ['jquery']
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
2
node_modules/.bin/readme.txt
generated
vendored
2
node_modules/.bin/readme.txt
generated
vendored
@@ -1,3 +1,3 @@
|
||||
- requireJS optimizer in diesem ordner starten:
|
||||
- requireJS optimizer start in this dir:
|
||||
|
||||
node r.js -o build.js
|
||||
Reference in New Issue
Block a user