From e2db9da4c31ca76f973759e18ca7143f5741e8c0 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 22 Aug 2018 10:41:06 +0100 Subject: [PATCH] Dev: Build for RowFill --- make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make.sh b/make.sh index f9b0060..d70df9c 100755 --- a/make.sh +++ b/make.sh @@ -32,6 +32,8 @@ css_compress $DT_SRC/extensions/Plugins/features/searchFade/dataTables.searchFad js_compress $DT_SRC/extensions/Plugins/features/slidingChild/dataTables.slidingChild.js +js_compress $DT_SRC/extensions/Plugins/features/rowFill/dataTables.rowFill.js + # Only copying the integration files rsync -r integration $OUT_DIR