ActivearkJWT / grunt-font-optimizer

Optimize TTF fonts with Grunt
MIT License
18 stars 5 forks source link

README example configs are wrong #2

Closed jehna closed 10 years ago

jehna commented 10 years ago

The correct way would be:

    font_optimizer: {
        default: {
            options: {
                ...
            },
            files: {
                ...
            },
        }
    },

So we have font_optimizer --> taskname --> options/files