Skip to content

Commit

Permalink
listen for all file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richorama committed Nov 13, 2013
1 parent f06244e commit ba8bed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iisnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ node_env: production
# asyncCompletionThreadCount: 0
# initialRequestBufferSize: 4096
# maxRequestBufferSize: 65536
watchedFiles: *.js;iisnode.yml;node_modules\*;*.html
watchedFiles: *.*
# uncFileChangesPollingInterval: 5000
# gracefulShutdownTimeout: 60000
# logDirectoryNameSuffix: logs
Expand All @@ -29,4 +29,4 @@ watchedFiles: *.js;iisnode.yml;node_modules\*;*.html
# logFileFlushInterval: 5000
# flushResponse: false
# enableXFF: false
# promoteServerVars:
# promoteServerVars:

0 comments on commit ba8bed7

Please sign in to comment.