Hello, i’m trying to change the datatables plugin you have included in your project because it has some missing features and install a new version, problem is you have it included in your “libraries.min.js” files, that file is minified and i couldn’t manage to remove only the code related to datatables. do you have a non minified version? or one that has no datatables code in it?
- MSAnswered
Hello,
We used
gulp
as task manager. You can install npm dependencies withnpm i
and the runnpx gulp libsLibs
to combine and minify the libraries. The list of libs can be found inlibs.js
Thank you
- MEAnswered
Hello. Thanks for your reply. I don’t see the file libs.js included in your project files. Nor the gulp files
- MSAnswered
Hello,
I have checked and the files are not in download. I will add them in next update. For now you can download the Archive.zip and extract it to get the
libs.js
andgulpfile.js
and past them to main directory whereapp
,themes
andindex.php
Thank you
Attachments - MEAnswered
Thanks a lot for the help
- Login to Reply