Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sukrosono committed Mar 9, 2016
1 parent 0e3a065 commit d16c15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Task targets, files and options may be specified according to the Grunt [Configu
Type: `String`
Default: `grunt.util.linefeed`

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.
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.

#### banner
Type: `String`
Expand Down

0 comments on commit d16c15f

Please sign in to comment.