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: {