Home > Article > Backend Development > How to make the generated cache file occupy only one line in Volt in Phalcon
The volt template engine in Phalcon will generate a 'compiled' file. How to make the generated file remove all spaces, carriage returns, and comments
The volt template engine in Phalcon will generate a 'compile' file. How to make the generated file remove all spaces, carriage returns, and comments
Why should we remove all spaces, carriage returns and comments?