Skip to content

Commit d16c15f

Browse files
committed
Update README.md
clarify that separator also support valid javascript comment. In this case i work with `grunt-contrib-uglify` work fine, please inform me if i wrong.
1 parent 0e3a065 commit d16c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Task targets, files and options may be specified according to the Grunt [Configu
3232
Type: `String`
3333
Default: `grunt.util.linefeed`
3434

35-
Concatenated files will be joined on this string. If you're post-processing concatenated JavaScript files with a minifier, you may need to use a semicolon `';\n'` as the separator.
35+
Concatenated files will be joined on this string. If you're post-processing concatenated JavaScript files with a minifier, you need to use a semicolon `';\n'` or valid javascript comment `'//###\n'` as the separator.
3636

3737
#### banner
3838
Type: `String`

0 commit comments

Comments
 (0)