Integration files are now in the repos for the host library

pull/285/merge
Allan Jardine 8 years ago
parent 300c5a1612
commit aeea1de539

@ -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.

@ -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

Loading…
Cancel
Save