3

I have to test all my js files through command line in development environment before push to production.how should i integrate this 3? so that i can run

jslint jsfile.js or jslint jsfile1.js jsfile2.js etc 

similarly jsdoc to produce my jsdoc style api documents.

any idea or suggestion will be highly appreciated.

4

1 回答 1

1

您可能会发现jslint4java可以帮助您解决这个问题。特别是,您可以将此步骤作为 ant 构建的一部分自动执行。

于 2011-06-13T06:14:22.307 回答