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