fixed dist html file location

This commit is contained in:
antelle 2020-05-04 19:21:29 +02:00
parent aa65cef103
commit 346d6cb119
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ module.exports = function(grunt) {
},
app: {
src: 'tmp/app.html',
dest: 'dist/app.html'
dest: 'dist/index.html'
}
},
htmlmin: {