I want to include all files (CSS and JS) on the page one by one, rather than as a bundle. To make changes to the codes easily. What should I do for this ?
Hi,
The default approach is to include all assets as a bundle but our gulp and webpack builder supports custom subbundle so you can create a custom subbundle for required plugins by referring to tools/gulp.config.js
and following datatables
and fullcalendar
.
For more info please check Quick Setup guide.
Regards.