It's possible to build the assets? I want to have the option to use the uncompile files like we have in the bootstrap version(V8), my problem is that I do not want to use the built files because I will modify/add files
Hi Jesus Enmanuel
Yes, it's possible to build assets from source files in Metronic v9. You need to work with the HTML version of Metronic, which contains all the source files and build tools.
Download the latest Metronic from Themeforest
Locate the metronic-tailwind-html-demos package, which contains the source files in the src/ directory
Please go to this link to follow the steps:
https://keenthemes.com/metronic/tailwind/docs/getting-started/installation
Unlike Metronic v8 which used Gulp/Webpack with Laravel Mix, Metronic v9 uses Tailwind CSS with Webpack. You must rebuild CSS whenever you change Tailwind classes in your HTML, as Tailwind optimizes CSS based on the classes it finds in your code.
Thanks