Skip to content

Commit

Permalink
No need to pass a default value for --ignore to args
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Mar 8, 2017
1 parent faf30b8 commit 1e7ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ args
.option('cache', 'Time in milliseconds for caching files in the browser', 3600)
.option('single', 'Serve single page apps with only one index.html')
.option('unzipped', 'Disable GZIP compression')
.option('ignore', 'Files and directories to ignore', '')
.option('ignore', 'Files and directories to ignore')
.option('auth', 'Serve behind basic auth')
.option('cors', 'Setup * CORS headers to allow requests from any origin', false)
.option('silent', `Don't log anything to the console`)
Expand Down

0 comments on commit 1e7ffac

Please sign in to comment.