fix portal html

This commit is contained in:
yuri
2016-02-09 11:44:17 +02:00
parent 1a8f8875fd
commit 2baee2398b

View File

@@ -232,6 +232,10 @@ module.exports = function (grunt) {
{
src: 'build/tmp/html/main.html',
dest: 'build/tmp/html/main.html'
},
{
src: 'build/tmp/html/portal.html',
dest: 'build/tmp/html/portal.html'
}
]
},