I know I can minify files and concatenate them one by one before production, but that sounds like a tedious way to do it.
Is there some way to minify all my files before pushing it to production?
I am using NodeJS, with JS, CSS, and html.
I found this not sure if there is a better way or the answer: https://github.com/srod/node-minify
Thanks