Skip to content

Commit

Permalink
Close GH-683: gruntfile: removed new line symbol from output_wrapper. f…
Browse files Browse the repository at this point in the history
…ixes #679.
  • Loading branch information
Andrew Abramov authored and heff committed Aug 19, 2013
1 parent acf6d67 commit e520e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module.exports = function(grunt) {
+ ' --js_output_file=' + dest
+ ' --create_source_map ' + dest + '.map --source_map_format=V3'
+ ' --jscomp_warning=checkTypes --warning_level=VERBOSE'
+ ' --output_wrapper "/*! Video.js v' + version.full + ' ' + pkg.copyright + ' */\n (function() {%output%})();//@ sourceMappingURL=video.js.map"';
+ ' --output_wrapper "/*! Video.js v' + version.full + ' ' + pkg.copyright + ' */ (function() {%output%})();//@ sourceMappingURL=video.js.map"';

// Add each js file
grunt.file.expand(filePatterns).forEach(function(file){
Expand Down

0 comments on commit e520e1e

Please sign in to comment.