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
gulpas task manager. You can install npm dependencies withnpm iand the runnpx gulp libsLibsto combine and minify the libraries. The list of libs can be found inlibs.jsThank 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.jsandgulpfile.jsand past them to main directory whereapp,themesandindex.phpThank you
Attachments - MEAnswered
Thanks a lot for the help
- Login to Reply