Hi
When I check the folders in the template file, I see that there are plugins' js files in the src folder and in the dist/assets folder.
The contents of these are also slightly different
I wanted you to guide me on this matter
The css files located in these two directories are also different
I am manually adding this template to the project and now I don't know which folder I should take the contents of to load the styles of this template.
Hi Abbas,
Assets files from the src folder are source files. While dist/assets are the generated assets which already compiled and bundled. You can use the dist/assets for your integration. Please refer to the HTML version files. You can see which page requires which dist/assets files.
Thanks