• Dependency management in JavaScript

    Imagine web-application with lots of JavaScript code and CSS files which depend on each other. Each page needs specific JS and CSS files, but it's not always easy to say which exactly - pages are constructed from relatively independent parts. Moreover, some content which needs JS may be loaded asynchronously. So, I'm goin to make some research about flexible ways of dependency management with JavaScript and blog about it. RequireJS