wilmoore/frontend-packagers

Add EnderJS

RobLoach opened this issue · 6 comments

Haven't used it much, but Ender seems to have much of the same functionality as well. I'll see if I could run through it and put together a PR.

Yup...happy to accept a PR from anyone familiar with Ender.

ded commented

Ender basically does everything npm does (since it piggy backs on the npm npm module, and outputs packages to single bundles designed to use in the browser. it also provides to flavors of development a la jQuery style or commonjs require style.

See http://enderjs.com

@ded:

Nice...I'll add ender when I get some spare moments.

Still VERY interested in getting this added. Unfortunately, I just don't have enough time to get to everything so this is a little lower on the priority list vs. the things I want to get done sooner rather than later.