aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-25 16:21:27 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-25 16:21:41 +0200
commitb074050a6d4dd7beaf115805859af40f7a25e6db (patch)
treef8805a4e48e84530cdb31831d753d036b63e868e /gulpfile.js
parent8680fb380445b1dde528ad19d24164f5ea6f87f5 (diff)
downloadfosdem-2021-minimalism-presentation-b074050a6d4dd7beaf115805859af40f7a25e6db.tar
fosdem-2021-minimalism-presentation-b074050a6d4dd7beaf115805859af40f7a25e6db.tar.gz
4.0.1, remove date from built files
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 3145b06..23e2f01 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -25,7 +25,7 @@ const root = yargs.argv.root || '.'
const port = yargs.argv.port || 8000
const banner = `/*!
-* reveal.js ${pkg.version} (${new Date().toDateString()})
+* reveal.js ${pkg.version}
* ${pkg.homepage}
* MIT licensed
*