I use Brackets to develop with Meteor, which has a file watcher and automatically restarts the server when it detects that project files have been updated. When I save .js files in order to JSHint them, that causes an artificial restart of the server.
Any way to run JSHint without saving the .js file? Maybe by saving to a temporary file?
I use Brackets to develop with Meteor, which has a file watcher and automatically restarts the server when it detects that project files have been updated. When I save
.jsfiles in order to JSHint them, that causes an artificial restart of the server.Any way to run JSHint without saving the
.jsfile? Maybe by saving to a temporary file?