Been asked if I can minify several hundred css and a few js files for a client. Really looking for a windows desktop app for this rather than online as easier to get wife trained !
This is what I do when minimizing PHP, HTML CSS, JS files… Essentially all you are doing is putting everything on one line. You should test as you go to make sure it still is working, depending on how the code is written you could break it by doing this… CSS, should be fine though.
Backup and save non minified versions for later editing or additions OR manually insert some delimiter you can use to easily unminiify it later.