netgusto / upndown

HTML to Markdown javascript converter

Home Page:http://upndown.netgusto.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide unminified bundle

ericroberts opened this issue · comments

The "non-min" version of the bundle currently provided still has some minified blobs in the top. What are these, what license are they under, and could we get the unminified versions?

Thanks.

What you are refering to is probably the wrapper code generated by babel upon ES6->ES5 transpilation.

The real "unminified" source of the project is https://github.com/netgusto/upndown/blob/master/src/upndown.js (written in ES6).