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

Disabling render configuration with false leads to an error #52

Closed
jkphl opened this issue Feb 8, 2015 · 0 comments
Closed

Disabling render configuration with false leads to an error #52

jkphl opened this issue Feb 8, 2015 · 0 comments
Assignees
Labels

Comments

@jkphl
Copy link
Collaborator

jkphl commented Feb 8, 2015

The following configuration leads to an error:

var config = {
    mode: {
        css: {
            render: {
                css: false
            }
        }
    }
}

The problem seems to be disabling a render configuration with false (or something falsy).

@jkphl jkphl added the bug label Feb 8, 2015
@jkphl jkphl self-assigned this Feb 8, 2015
@jkphl jkphl closed this as completed Feb 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant