Asset minification for CSS / HTML / javascript

marvinmtz

New Member
I work on a windows environment and I have a simple project where I have one page JavaScript, HTML and CSS in separate files what I ideally want is something to take these files and minify and concatenate them and include them all in the same HTML file for fast loading. The emphasis is on having the file as small as possible. Any ideas on what the tool to use for this is?
 
Back
Top