DEV Community

Discussion on: Minifying web files?

Collapse
 
ben profile image
Ben Halpern

Hmmm that's a good question. I'd think this should be part of your deployment, something you don't have to think about unless you want to change. Perhaps part of CI?

Collapse
 
ghost profile image
Ghost

To be completely honest, I don't use a CI workflow - 99.9% of the time, I'm making the commits directly instead of going through a pull request, and since I'm deploying through GitHub Pages... any other ideas? I'm happy to run a command, but I don't want a huge list of 6 of them or whatever that I need to run every time I want to make a small change.