I try to minify my css code to improve my web loading. I have tried using css clean and minify css, but the code that it returns is always commented out. Some help?
I try to minify my css code to improve my web loading. I have tried using css clean and minify css, but the code that it returns is always commented out. Some help?
Have you tried using Gulp ? Gulp itself is a task automator, but supported by css and js minification packages you can quickly minify all content. In addition to seeing many other functions for which it could help you.
In this example, you would minify your css, your js and even your html, making it much lighter.
If you opt for this option, and you have any questions during the process, do not hesitate to let me know and I will complete it with the information you need.