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:
Joscha Feth
2013-12-05 19:00:50 +01:00
parent 3b242daacd
commit f827819197

View File

@@ -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'
},