diff .hgignore @ 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/.hgignore	Tue Dec 11 01:22:56 2018 +0100
+++ b/.hgignore	Mon Dec 10 22:47:01 2018 +0100
@@ -30,6 +30,8 @@
 ^kallithea/public/css/style\.css$
 ^kallithea/public/css/style\.css\.map$
 ^kallithea/public/js/bootstrap\.js$
+^kallithea/public/js/dataTables\.bootstrap\.js$
+^kallithea/public/js/jquery\.dataTables\.js$
 ^kallithea/public/js/jquery\.flot\.js$
 ^kallithea/public/js/jquery\.flot\.selection\.js$
 ^kallithea/public/js/jquery\.flot\.time\.js$