From: Hakim El Hattab Date: Tue, 22 Oct 2013 13:05:36 +0000 (-0400) Subject: include all themes in grunt task X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f356d7228ac4dbd694324c7676134b37e167ec55;p=reveal.js.git include all themes in grunt task --- diff --git a/Gruntfile.js b/Gruntfile.js index 124a78d..9b624a4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,8 @@ module.exports = function(grunt) { 'css/theme/simple.css': 'css/theme/source/simple.scss', 'css/theme/sky.css': 'css/theme/source/sky.scss', 'css/theme/moon.css': 'css/theme/source/moon.scss', - 'css/theme/solarized.css': 'css/theme/source/solarized.scss' + 'css/theme/solarized.css': 'css/theme/source/solarized.scss', + 'css/theme/blood.css': 'css/theme/source/blood.scss' } } },