Domanda

I have tried building jquery into ender.js.

ender build jquery

The library is correctly installed, but I see many dependencies I don't need.

Is it the minimal version of jquery I can embed via ender or a version intended to be used from Node.js?

Thank you very much.

È stato utile?

Soluzione

A typical use for ender is to replace jQuery with different ender "libraries" (qwery, bean etc). If you really want to bundle jQuery with ender, I believe it is going to give you the full version of jQuery (all features). You can always build your own and bundle it with Ender later on.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top