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

SVG sprite - remove random string from filename #73

Closed
ghost opened this issue Aug 4, 2016 · 1 comment
Closed

SVG sprite - remove random string from filename #73

ghost opened this issue Aug 4, 2016 · 1 comment
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Aug 4, 2016

How can I remove random string from filename?

The following currently generates 'sprite-[########].svg'

mode            : {
    css         : {
        "sprite"     : "sprite.svg"
    }
}

I would like to just generate 'sprite.svg'.

@jkphl jkphl added the question label Aug 5, 2016
@jkphl jkphl self-assigned this Aug 5, 2016
@jkphl
Copy link
Collaborator

jkphl commented Aug 5, 2016

Please toggle the mode.<mode>.bust option to disable cache busting (see common configuration options).

@jkphl jkphl closed this as completed Aug 5, 2016
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