Hi There,
In my staging server, I copied Vortex theme and made my modifications. Everything looks great if I am in Development mode but when I switch to Production some of the changes that I made or custom CSS that I added are not compiled into style.min.js.
So I deleted the folders _cache and _log under styles and I also deleted style.min.js and expecting it to recompile when I am in Dev mode and load any view while browser console is enabled. I see that it reports recompiling style.css but it does not recreate style.min.css from the currently compiled css.
The previous LESS compiler works great by the way.
How do I do that?
Thanks,
Jackson