|
|
|
|
|
by twirlthestash
5246 days ago
|
|
Try Closure Compiler instead of JSLint. It will catch your syntax errors without being so opinionated. If you don't need Closure's minified output, don't use it; the error messages are still nice. If you don't want to drop Closure into your app's JS build chain, use a Makefile for quick syntax checks: http://pastebin.com/raw.php?i=cqX165iD |
|