1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00

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

View File

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