As a beginner in web development, I have been looking into combining JS and CSS files. However, explanations using terms like minifies and compilers on platforms like Github and Google are still confusing to me.
Here are the CSS files I have:
- bootstrap
- bootstrap-min
- bootstrap-responsive
- bootstrap-responsive-min
- main
- prettyPhoto
And these are my JS files:
- bootstrap
- bootstrap.min
- jquery
- jquery.prettyPhoto
- jquery-migrate-1.2.1
- theme
I'm not sure which tool would be best for combining these files. If someone could provide a step-by-step explanation, that would be extremely helpful.