Skip to content

Commit

Permalink
Merge pull request #1717 from joscha/fix-head
Browse files Browse the repository at this point in the history
Minifier complains about annotation in non-JSDoc tag
  • Loading branch information
lukeapage committed Dec 8, 2013
2 parents c5c56e6 + a2f979d commit 49a0e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ module.exports = function(grunt) {
' * <%= meta.copyright %>, <%= pkg.author.name %> <<%= pkg.author.email %>> \n' +
' * Licensed under the <%= meta.license %> License. \n' +
' * \n' +
' * @licence \n' +
' */ \n\n' +
' /**' +
' * @license <%= meta.license %>\n' +
' */ \n\n'
},

Expand Down

0 comments on commit 49a0e81

Please sign in to comment.