From 346d6cb119e529ca9f6f86ca4d81b4a172ed9940 Mon Sep 17 00:00:00 2001 From: antelle Date: Mon, 4 May 2020 19:21:29 +0200 Subject: [PATCH] fixed dist html file location --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f3fbb6e5..d914d269 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -191,7 +191,7 @@ module.exports = function(grunt) { }, app: { src: 'tmp/app.html', - dest: 'dist/app.html' + dest: 'dist/index.html' } }, htmlmin: {