ender-js / jeesh

The official starter pack for Ender.

Home Page:ender.no.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeesh doesn't build correctly

beatgammit opened this issue · comments

When building jeesh (today), it gave me an error saying that it couldn't minify. Ender info gives me this (the bottom two are grey, while the top three are yellow).

Active packages:
└─┬ jeesh@0.0.6 - The official starter pack for Ender.
  ├── domready@0.2.4 - bullet proof DOM ready method
  ├── bean@0.2.3 - an events api for javascript
  ├── qwery@2.1.2 - blazing fast CSS1|2|3 query selector engine
  └── bonzo@0.6.1 - Library agnostic, extensible DOM utility

Building each of the packages individually works, and so does building all of them together (even using the same versions).

Command: ender -b domready@0.2.4 bean@0.2.3 qwery@2.1.2 bonzo@0.6.1

I tried rebuilding several times all with the same results. I even deleted my node_modules folder and ender files each time and still didn't work.

Could this be a bug in ender?

I've experienced the same problem... can build the four components separately and together, but not by swooshing jeesh.

The problem is the final line of ender.js after the inclusion of qwery:

 !function () { var exports = {}, module = { exports: exports }; undefined $.ender(module.exports); }.call($);

notice that "undefined" in there.

This seems to be fixed with the new version of Ender, so I guess it's a non-issue now. I'll go ahead and close this.