Hello,
i have never worked with node.js, webpack or gulp before.
Can I install and use the theme without these tools.
Otherwise I still have to learn about these tools.
I also do not know if these tools affect my development environment.
Many thanks and greetings
Wolfgang
Hello,
I hope this message finds you well. I'm here to provide you with some information regarding the assets you're working with.
If you're not customizing the assets, you can use the pre-bundled assets without using any build tools. You don't need to rebuild the assets files in this case.
To access the assets required for a particular page, simply open the index.html file. From there, you should be able to see the assets that are needed for that page.
To locate the assets path, please check the < link href="*">
and < script src="*">
sections.
I hope this helps. If you have any further questions or concerns, please don't hesitate to reach out.
Best regards
Same question. I copied all the folders from the "dist" folder to my project, so that they are referenced properly from the index. I also moved the partials and layouts from my custom export, the same ones I see referenced in the index -- but nothing loads. How are these partials supposed to be loaded? Is that a placeholder to say, hey go grab the html from the partial - or is there JS or something that's supposed to grab those from the file structure and insert them?