SMILEConsortium / node-smile-server

3 stars 4 forks source link

Apply 'jshint' target to Makefile to support testing #9

Closed truedat101 closed 11 years ago

truedat101 commented 11 years ago

to install jshint,

npm install -g jshint

Then run it against your JS.

truedat101 commented 11 years ago

That works. We need to move all the dev dependencies into a different attribute in the package.json.