hello, I bought metronic but I'm trying to make a change to the landing page in the team part, but I can only find the.js files example:
scripts.bundle.js already built, and I couldn't find them without the build.
Could you help me locate it?
wanted to change only the times part of the landing page
yes, however there is a script that uses data-tns for the times part of the lading page that I cannot find in the scripts
The landing page scripts are initialized in src/js/custom/landing.js
and Tiny Slider plugin instances are initialized by the global wrapper defined in src/js/components/app.js
. For more info please check the documentation.
Hi,
The source files are located in theme/src/
folder and upon you change the source files you will need to use Gulp or Webpack to recompile the changes into the assets folder as explained here
Regards.