Echo JS 0.11.0

<~>
mulderp 3950 days ago. link 1 point
Nice write-up.

"Specifically, while there are various solutions such as Ender and browserify and that can wrap CommonJS modules seamlessly for the browser, they are in some ways even worse of a solution than Sprockets because they are completely useless for packaging up CSS/LESS/SASS. CommonJS also currently does not define any package.json extension that allows components to expose anything other than Javascripts for other components to consume."

The combination Sprockets (Asset Manager by Middleware) and CommonJS modules, looks like a nice alternative to Require.js. So, what do you think?

Replies