Skip to content

Commit

Permalink
Time for browser caching is in milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 14, 2017
1 parent 93be5b1 commit 0e7c962
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 @@ -32,7 +32,7 @@ if (!process.env.NOW && pkg.dist) {

args
.option('port', 'Port to listen on', process.env.PORT || 3000)
.option('cache', 'How long static files should be cached in the browser (seconds)', 3600)
.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', '')
Expand Down

0 comments on commit 0e7c962

Please sign in to comment.