leobalter / goiabada

experimental project providing a very simple (and incomplete) unit test tool written using ES6 features.
Other
25 stars 4 forks source link

Esperanto #17

Open jamesplease opened 9 years ago

jamesplease commented 9 years ago

From the docs:

There's no current browser implementation of Goiabada, but I have plans to make it work, as soon as I can find something clean and simple to make bundle the source files into an UMD source using a single namespace.

I use esperanto to bundle ES6 modules as UMD. It works great!

An example usage in Node for it can be seen in this gulpfile, and there's also a grunt task.

Just thought I'd let ya know in case you were still looking for a bundler :+1:

leobalter commented 9 years ago

there's also this example

I liked the approach on the gulpfile to run esperanto first and esperanto later, I'll compare both orders.