i need a version that is load separated file, like jquery, bootstrap, jquery mouse, es6-shim, FormValidation, daterangepicker, smooth-scroll, ... not all together
the file plugins.bundle.js is have 3.5 MB and jquery.min.js from the web is 87 kB
files plugins.bundle.css 885 kB , style.bundle.css 1.4 MB when bootstrap is have 135 kB
and more ..
i want to use jquery and bootstrap for sign-up page
for example for ... metronic_v8.2.5/html/metronic_html_v8.2.5_demo1/demo1/authentication/layouts/creative/sign-in.html and is load 5 MB resource in browser.
I have bought this template, and now, i am dissatisfied.
Please help me to solve this problem.
Regards, IA.
Hi,
By default, Metronic supports the bundle method to include required vendors.
You can check this guide to reduce the main bundle size.
Also you can refer to tools/gulp.config.js
and refer to build/plugins/global
and build/plugins/custom
to create separate custom bundles per plugin and load them separately,
Regards,
Sean