recidive / choko

Choko Framework
http://choko.org
MIT License
25 stars 9 forks source link

Use jam.js instead of Bower #141

Open sebas5384 opened 10 years ago

sebas5384 commented 10 years ago

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

lucasconstantino commented 10 years ago

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.

sebas5384 commented 10 years ago

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