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

Upgrade Dependencies #37

Closed
scien opened this issue Jan 9, 2013 · 1 comment
Closed

Upgrade Dependencies #37

scien opened this issue Jan 9, 2013 · 1 comment

Comments

@scien
Copy link
Contributor

scien commented Jan 9, 2013

undercore:1.4.3 - things look good
coffee-script:1.4.0 - 4 tests fail after updating
uglify-js:2.2.3 - 2 test fail after updating
update all - 6 tests fail (so at least they're independent)

new minify api looks like...

minify = (js) ->
  result = uglify_js.minify js, {fromString: true}
  result.code
@pthrasher
Copy link
Owner

fixed in #43

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

No branches or pull requests

2 participants