Matt Zabriskie
Duo
Yet another JS package manager
Duo is the latest package management tool for JavaScript. "Why yet another JS package manager?" you ask? Duo's pitch is that you don't need a manifest to manage your dependencies.
I will walk through some of the features of Duo adding my own commentary of how well I think Duo lives up to it's promise.
. . .
Posted in: javascript
When Are Script Loaders Needed?
Note: This article was originally published on GitHub on March 29, 2014.
The question was posed "When Are Script Loaders Needed?". I want to throw in my 2 of why I believe script loaders are beneficial. I will use RequireJS in my examples, although there are other script loaders which would work just as well.
I . . .
Posted in: javascript