Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Module ignores grunt filter function #8

Open
Chaptykov opened this issue Dec 25, 2013 · 0 comments
Open

Module ignores grunt filter function #8

Chaptykov opened this issue Dec 25, 2013 · 0 comments

Comments

@Chaptykov
Copy link

svg2png: {
    images: {
        files: [{
            src: ['private/svg/*.svg'],
            dest: 'build/tmp/',
            filter: function(filepath) {
                return false;
            }
        }]
    }
}

Output:
ignore-filter

Expected result:
expected-result

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

No branches or pull requests

1 participant