Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minifier complains about annotation in non-JSDoc tag #1717

Merged
merged 2 commits into from
Dec 8, 2013

Conversation

joscha
Copy link
Contributor

@joscha joscha commented Dec 5, 2013

When using JSMin, the minifier complains about the annotation in the 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 '/**'?

```INFO: [Minify] Minify: Exception in minifier: input:1665: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?```
' * @licence \n' +
' */ \n\n' +
' /**' +
' * @licence <%= meta.license %>\n' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed "license" is misspelled. Mind fixing that first? (I also noticed that we misspelled it first lol, thanks for doing this!)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll add it to the commit!

@joscha
Copy link
Contributor Author

joscha commented Dec 5, 2013

@jonschlinkert I updated the spelling

lukeapage added a commit that referenced this pull request Dec 8, 2013
Minifier complains about annotation in non-JSDoc tag
@lukeapage lukeapage merged commit 49a0e81 into less:master Dec 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants