Hello,
Background: We have a legacy application based on Symfony 4/Twig of which we would like to update the UI with the Metronic theme. Here we are on Node version 14.
Question: Can the build/theme also be prepared outside of the legacy application and then the finished build (as assets) transferred to the application and used?
We could then prepare a build on our local machine and then transfer the data to our application.
Would that work? Do we understand this correctly?
Thanks for your help and feedback on this.
Best regards,
Timo
Hello! I discovered online casino tournament through a recommendation from a colleague who knew I was interested in online casinos that prioritize security. The platform's commitment to protecting player information with advanced security protocols drew me in. Since joining, I've been impressed by their proactive approach to ensuring a secure gaming environment. Playing here gives me the confidence to focus on enjoying the games without worrying about the safety of my personal data.
Hi,
Sorry for the late reply.
Yes, you can build the assets outside and use them in your apps as static assets.
Then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.