diff --git a/aurelia_project/aurelia.json b/aurelia_project/aurelia.json index 90c247d..60cb916 100644 --- a/aurelia_project/aurelia.json +++ b/aurelia_project/aurelia.json @@ -137,23 +137,13 @@ "path": "../node_modules/aurelia-fetch-client/dist/amd", "main": "aurelia-fetch-client" }, - "jquery", { "name": "bootstrap", "path": "../node_modules/bootstrap/dist", "main": "js/bootstrap.min", - "deps": [ - "jquery" - ], - "exports": "$", "resources": [ "css/bootstrap.css" ] - }, - { - "name": "datatables", - "path": "../node_modules/datatables", - "main": "media/js/jquery.dataTables" } ] } diff --git a/custom_typings/jquery.dataTables.d.ts b/custom_typings/jquery.dataTables.d.ts new file mode 100644 index 0000000..caf4122 --- /dev/null +++ b/custom_typings/jquery.dataTables.d.ts @@ -0,0 +1,3 @@ +interface JQuery{ + dataTable(oSettings: any): JQuery; +} \ No newline at end of file diff --git a/index.html b/index.html index 7a2f68e..d04cb63 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@
+ +