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 stylesheet output altogether doesn't work #2

Closed
jkphl opened this issue May 27, 2014 · 0 comments
Closed

Disabling stylesheet output altogether doesn't work #2

jkphl opened this issue May 27, 2014 · 0 comments
Assignees
Labels

Comments

@jkphl
Copy link
Owner

jkphl commented May 27, 2014

The configuration

{
    render: {
        css: false
    }
}

should suppress CSS output rendering altogether. As long as no Sass / LESS / whatever rendering is enabled, only the SVG and PNG sprites should be generated. As reported by @benfrain, this doesn't work at the moment. There will always be CSS files being generated.

@jkphl jkphl added the bug label May 27, 2014
@jkphl jkphl self-assigned this May 27, 2014
jkphl added a commit that referenced this issue May 30, 2014
Fixed full disabling of output rendering (#2)
Don't crash with empty input directory (#3)
Fixed bug with the SVG sprite not used by the Sass & LESS output types
Added new HTML output format for rendering an inline SVG HTML (#1)
Added new SVG output format for rendering an inline SVG sprite (#1)
@jkphl jkphl closed this as completed May 30, 2014
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