Skip to content

Commit

Permalink
Merge pull request #1177 from gennadiylitvinyuk/patch-1
Browse files Browse the repository at this point in the history
Preserve License info in Closure Compiler
  • Loading branch information
kpdecker committed Feb 5, 2016
2 parents 4788b03 + 7130a11 commit 27212f5
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 @@ -22,7 +22,7 @@ module.exports = function(grunt) {
dist: {
options: {
processContent: function(content) {
return grunt.template.process('/*!\n\n <%= pkg.name %> v<%= pkg.version %>\n\n<%= grunt.file.read("LICENSE") %>\n@license\n*/\n')
return grunt.template.process('/**!\n\n @license\n <%= pkg.name %> v<%= pkg.version %>\n\n<%= grunt.file.read("LICENSE") %>\n*/\n')
+ content;
}
},
Expand Down

0 comments on commit 27212f5

Please sign in to comment.