Skip to content

Added options:maxSize support, grunt log#59

Open
tmihalski wants to merge 1 commit intochyingp:masterfrom
tmihalski:patch-1
Open

Added options:maxSize support, grunt log#59
tmihalski wants to merge 1 commit intochyingp:masterfrom
tmihalski:patch-1

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