Does it make sense to use HeadJS when you only want to load in 1 (minified) file that contains all the scripts..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It does not make any sense as you are only loading one single resource…Adding the HeadJS will make your app getting one more resource…thus increasing the response time…
Include the minified JS at the end of the file and do not add the HeadJs…That would work fine…