You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: