Open
Description
Hi,
tar.js output config.output clashes with mkdirs output.
can i suggest a minor change.
tar.js - line 26 var input = grunt.option('tar.input') || grunt.config('tar.input'),
tar.js - line 27 output = grunt.option('tar.output') || grunt.config('tar.output'),
meaning that the config looks like:
tar: {
input: '',
output: ''
}
Thanks