Skip to content

Conversation

@tmihalski
Copy link

adding in Grunt log, adding in support for options: maxSize. Grunt command would look like:

grunt.initConfig({
inline: {
dist: {
options: {
maxSize: 65536 // default to 64KB
},
src: 'src/index.html',
dest: 'dist/index.html'
}
}
});

adding in Grunt log, adding in support for options: maxSize. Grunt command would look like:

grunt.initConfig({
    inline: {
        dist: {
           options: {
                    maxSize: 65536 // default to 64KB
                },
            src: 'src/index.html',
            dest: 'dist/index.html'
        }
    }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant