aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 09:44:36 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 09:44:36 +0200
commit963e5c8678d6529dfe796dd522e9d3d9dcf4cb08 (patch)
tree99a7e9ef127dad72adb802aa6f8a50778fe43e77 /Gruntfile.js
parentada8003183ff6ef4372a68728db1d5116e20f453 (diff)
downloadfosdem-2018-presentation-963e5c8678d6529dfe796dd522e9d3d9dcf4cb08.tar
fosdem-2018-presentation-963e5c8678d6529dfe796dd522e9d3d9dcf4cb08.tar.gz
correct target for cssmin
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fc1a18b..c30fd40 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -60,7 +60,7 @@ module.exports = function(grunt) {
},
compress: {
src: 'css/reveal.css',
- dist: 'css/reveal.min.css'
+ dest: 'css/reveal.min.css'
}
},