choko icon indicating copy to clipboard operation
choko copied to clipboard

Use jam.js instead of Bower

Open sebas5384 opened this issue 10 years ago • 2 comments

Bower resolve dependencies at a backend level, but we need more!! Jam uses the AMD/require tool at a browser level. Today we don't have this kind of dependency feature. http://jamjs.org/docs

sebas5384 avatar Aug 17 '14 20:08 sebas5384

Actually, Bower is also made specifically to solve browser level dependencies. NPM, though, is used only for backend level.

Jam is really nice, but it's only useful for JavaScript dependencies and only if they are compliant with AMD. Bower, in the other hand, will help you manage dependencies such as font-awesome in the same manner that you handle JavaScript dependencies.

lucasconstantino avatar Aug 18 '14 01:08 lucasconstantino

yeah maybe some day, when AMD where in our minds.

sebas5384 avatar Aug 18 '14 04:08 sebas5384