mirror of
https://github.com/less/less.js.git
synced 2026-01-24 06:38:05 -05:00
Minifier complains about annotation in non-JSDoc tag
```INFO: [Minify] Minify: Exception in minifier: input:1665: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?```
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' +
|
||||
' /**' +
|
||||
' * @licence <%= meta.license %>\n' +
|
||||
' */ \n\n'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user