javascript - Same JS file loaded twice after it's minified -
i purchased web template market. have minification applied in several js files reduce bandwidth , improve performance. however, js files called twice leading consequence opposite original purpose.
the second time files called multiple other js files through xhr. url similar file.js?_=1454776019244 rather file.js. guess minified js files not recognized correctly other files minifier change variable name reduce characters. of course, it's guess. cause problem?
by way, did not apply yepnope.js manage js file.
Comments
Post a Comment