angularjs-Quizzler
angularjs-Quizzler copied to clipboard
[Question] What is the purpose of Head.js in the application?
Thank you for putting together a great example of how to use RequireJS with Angular. I'm a big fan of r.js and was having trouble finding resources that demonstrated the two together.
I'm trying to understand why Head.js is used with RequireJS to load Angular? What are the disadvantages of using RequireJS directly?
(Sorry, I know that the issue tracker is a bad place to ask Qs but I wasn't sure where else to ask about this.)
It's the same using RequireJS to load the lib files. From the comments where head.js is used you may know why, see client/assets/js/boot.js.
And one more reason I guess, Thomas(the author) may just want to separate the lib loading from application codes.