ME
Asked
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?
- MSAnsweredHello,
We used `gulp` as task manager. You can install npm dependencies with `npm i` and the run `npx gulp libsLibs` to combine and minify the libraries. The list of libs can be found in `libs.js`
Thank you - MEAnsweredHello. Thanks for your reply. I don't see the file libs.js included in your project files. Nor the gulp files
- MSAnsweredHello,
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` and `gulpfile.js` and past them to main directory where `app`, `themes` and `index.php`
Thank youAttachments - MEAnsweredThanks a lot for the help
- Login to Reply