From 963e5c8678d6529dfe796dd522e9d3d9dcf4cb08 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 16 May 2017 09:44:36 +0200 Subject: [PATCH] correct target for cssmin --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } },