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

Always return promise with .done() from .render() #2447

Closed
wants to merge 1 commit into from
Closed

Always return promise with .done() from .render() #2447

wants to merge 1 commit into from

Conversation

OJezu
Copy link

@OJezu OJezu commented Feb 11, 2015

fixes #2446

Test case without fix is at OhJeez/less.js@test-render-promise . I cannot actually check if the test case is working (failing when fix is not applied), as I don't have io.js or node v0.12.0

@OJezu
Copy link
Author

OJezu commented Feb 11, 2015

Ref: gulp-community/gulp-less#140

@OJezu
Copy link
Author

OJezu commented Feb 12, 2015

AppVeyor build failed because AppVeyor does not support node.js v0.12 yet.

Install-Product node $env:nodejs_version
Unknown version: 0.12

@lukeapage
Copy link
Member

Sorry, I'd rather go towards standards than always require a dependency - on the web I want to remove bundling in our own polyfill and let consumers decide.

@lukeapage lukeapage closed this Mar 20, 2015
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

Successfully merging this pull request may close these issues.

Promise returned by render has or has not .done() method, depending on environment.
2 participants