comparison 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
comparison
equal deleted inserted replaced
7464:12455b1a1a6f 7465:cc2c473abc5f
85 85
86 86
87 DataTables 87 DataTables
88 ---------- 88 ----------
89 89
90 Kallithea incorporates the Javascript system called 90 Kallithea uses the Javascript system called
91 [DataTables](http://www.datatables.net/) 91 [DataTables](http://www.datatables.net/).
92 which can be found together with their Corresponding Source in
93 https://github.com/DataTables/DataTables at tag 1.10.13 (mirrored at
94 https://kallithea-scm.org/repos/mirror/DataTables/files/1.10.13/ ).
95 92
96 It is Copyright 2008-2015 SpryMedia Ltd. and is under an 93 It is Copyright 2008-2015 SpryMedia Ltd. and is under an
97 [MIT-permissive license](MIT-Permissive-License.txt). 94 [MIT-permissive license](MIT-Permissive-License.txt).
95
96 It is not distributed with Kallithea, but will be downloaded
97 using the ''kallithea-cli front-end-build'' command.
98 98
99 99
100 100
101 Mergely 101 Mergely
102 ------- 102 -------