diff LICENSE.md @ 7465:cc2c473abc5f

front-end: Use DataTables from node_modules and stop bundling it There is no minimized version in the npm package. For now, we just use the raw one. We can minimize later.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 10 Dec 2018 22:47:01 +0100
parents 12455b1a1a6f
children bf514091b27f
line wrap: on
line diff
--- a/LICENSE.md	Tue Dec 11 01:22:56 2018 +0100
+++ b/LICENSE.md	Mon Dec 10 22:47:01 2018 +0100
@@ -87,15 +87,15 @@
 DataTables
 ----------
 
-Kallithea incorporates the Javascript system called
-[DataTables](http://www.datatables.net/)
-which can be found together with their Corresponding Source in
-https://github.com/DataTables/DataTables at tag 1.10.13 (mirrored at
-https://kallithea-scm.org/repos/mirror/DataTables/files/1.10.13/ ).
+Kallithea uses the Javascript system called
+[DataTables](http://www.datatables.net/).
 
 It is Copyright 2008-2015 SpryMedia Ltd. and is under an
 [MIT-permissive license](MIT-Permissive-License.txt).
 
+It is not distributed with Kallithea, but will be downloaded
+using the ''kallithea-cli front-end-build'' command.
+
 
 
 Mergely