From dc808cc316f6fdae9e3a99541220d7422f9c742f Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 14 Jul 2015 22:55:20 +0300 Subject: [PATCH] added jade lite task --- Gruntfile.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0ed005e..ca555b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -49,9 +49,14 @@ module.exports = function(grunt) { pretty: true } }, - files: { - 'dist/index.html': 'src/views/index.jade' - } + files: [ + { + 'dist/index.html': 'src/views/index.jade' + }, + { + 'dist/index-lite.html': 'src/views/index-lite.jade' + } + ] } }, copy: {