From aeea1de53971838a9493b6c793ceb585baf0f463 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 26 Apr 2017 12:08:06 +0100 Subject: [PATCH] Integration files are now in the repos for the host library --- Readme.md | 2 -- make.sh | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index cdf3755..45a7b61 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,5 @@ This repository holds the following plug-in types for DataTables (among others): * Internationalisation translations * Type detection * Pagination -* Integration scripts - * Twitter Bootstrap Please refer to the DataTables [plug-in documentation](http://datatables.net/plug-ins) for details on how to use these plug-ins. diff --git a/make.sh b/make.sh index b886c3d..70cfb16 100644 --- a/make.sh +++ b/make.sh @@ -22,6 +22,9 @@ js_compress $DT_SRC/extensions/Plugins/integration/bootstrap/3/dataTables.bootst js_compress $DT_SRC/extensions/Plugins/integration/foundation/dataTables.foundation.js js_compress $DT_SRC/extensions/Plugins/integration/jqueryui/dataTables.jqueryui.js +js_compress $DT_SRC/extensions/Plugins/features/searchPane/dataTables.searchPane.js +scss_compile $DT_SRC/extensions/Plugins/features/searchPane/dataTables.searchPane.scss + # Only copying the integration files rsync -r integration $OUT_DIR