dist file name

This commit is contained in:
Antelle 2015-10-18 00:53:17 +03:00
parent 3fb3db9365
commit b381300ebe
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module.exports = function(grunt) {
},
app: {
files: {
'dist/app.html': 'tmp/app.html'
'dist/index.html': 'tmp/app.html'
}
}
},