Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es6ify.runtime minified version #78

Open
let4be opened this issue Jan 18, 2015 · 3 comments
Open

es6ify.runtime minified version #78

let4be opened this issue Jan 18, 2015 · 3 comments

Comments

@let4be
Copy link

let4be commented Jan 18, 2015

Hey there, I'd like to have an ability to use minified version of traceur-runtime,
for example in bower-traceur-runtime we have one:
https://github.com/jmcriffey/bower-traceur-runtime/blob/master/traceur-runtime.min.js

@domenic
Copy link
Collaborator

domenic commented Jan 18, 2015

I'd suggest using uglify to create one, then.

@let4be
Copy link
Author

let4be commented Jan 19, 2015

if just simply add uglifyify transform to browserify and process traceur-runtime it leads to broken traceur-runtime(browser errors, yields and co.js doesn't work), i.e. it needs some special settings, I suppose.

@dnalborczyk
Copy link

I'm using es6ify with uglify (through grunt-contrib-uglify). It works just fine, even with Generators. If uglify has an issue with the traceur-runtime, I suppose it's either a traceur bug, or an uglify bug. I don't think that es6ify needs some special settings.

Do you have some code snippets to elaborate?

Daniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants