mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Merge pull request #1717 from joscha/fix-head
Minifier complains about annotation in non-JSDoc tag
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user