system signature table update
This commit is contained in:
39
node_modules/.bin/build.js
generated
vendored
39
node_modules/.bin/build.js
generated
vendored
@@ -33,32 +33,39 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
//"lib": "lib",
|
||||
// "app": "app",
|
||||
"layout": "layout",
|
||||
"jquery": "lib/jquery-1.11.1.min",
|
||||
//"jquery": "lib/jquery-2.1.1.min",
|
||||
"jqueryUI": "lib/jquery-ui.min",
|
||||
"bootstrap": "lib/bootstrap",
|
||||
//"jqueryUI": "lib/jquery-ui.min",
|
||||
"jqueryUI": "lib/jquery-ui-custom.min", // custom script (without tooltip -> conflict with bootstrap)
|
||||
"bootstrap": "lib/bootstrap.min",
|
||||
"text": "lib/requirejs/text",
|
||||
"templates": "../templates",
|
||||
"jsPlumb": "lib/jsPlumb-1.6.4-min",
|
||||
"customScrollbar": "lib/jquery.mCustomScrollbar.concat.min",
|
||||
"dataTables": "lib/jquery.dataTables.min"
|
||||
"datatables": "lib/jquery.dataTables.min",
|
||||
"datatablesBootstrap": "lib/dataTables.bootstrap", // not used (bootstrap style)
|
||||
"xEditable": "lib/bootstrap-editable.min"
|
||||
},
|
||||
shim: {
|
||||
bootstrap: {
|
||||
deps: [ "jquery" ]
|
||||
},
|
||||
jqueryUI: {
|
||||
"export": "$",
|
||||
deps: [ "jquery" ]
|
||||
},
|
||||
customScrollbar: {
|
||||
deps: [ "jquery" ]
|
||||
},
|
||||
"dataTables": {
|
||||
"jqueryUI": {
|
||||
export:"$",
|
||||
deps: ["jquery"]
|
||||
},
|
||||
"bootstrap": {
|
||||
deps: ["jquery", "jqueryUI"]
|
||||
},
|
||||
"customScrollbar": {
|
||||
deps: ["jquery"]
|
||||
},
|
||||
"datatables": {
|
||||
deps: ["jquery"]
|
||||
},
|
||||
"datatablesBootstrap": {
|
||||
deps: ["datatables"]
|
||||
},
|
||||
"xEditable": {
|
||||
deps: ["bootstrap"]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user