for example, I introduced the following js files into my page (not the js, written by myself in the project, but the js files such as plug-ins, libraries, etc.):
modernizr-3.2.0.base.js,
prefixfree.min.js,
jquery-1.11.3.min.js,
jquery.easings.min.js
do I need to merge them into one js file to import?
what is the general method of merging if necessary?