i am trying to generate metronic layout with layout builder, but when I try to open index.html I just see this: <img src="https://i.stack.imgur.com/Ffc7Q.jpg">
It seems to me like it can't see css styles
When I open just html demo, it works well.. I did by tutorial, I generated assets by gulp, so I don't know what to do now.. Btw. using Mac
Any help? Thanks!
Hi,
The layout builder export provides only the HTML partials without the assets(css,js, etc).
You can use the HTML partials with the assets compiled from the theme source in your development environment.
Please note that the build tools are used only in your development environment to compile the assets from src
into assets
folder and its not required to use them in your web site hosting server.
For more info about using Metronic please check the Theme Documentation
and Video Tutorials
Regards.