Include CNAME and manifest support in build step
This commit is contained in:
Родитель
e9c55a92cb
Коммит
d9ba8f18ea
|
@ -93,7 +93,7 @@ RecroomGenerator.prototype.jshint = function jshint() {
|
|||
};
|
||||
|
||||
RecroomGenerator.prototype.manifestWebapp = function manifestWebapp() {
|
||||
this.copy('_manifest.webapp', 'manifest.webapp');
|
||||
this.copy('_manifest.webapp', 'app/manifest.webapp');
|
||||
};
|
||||
|
||||
RecroomGenerator.prototype.tests = function tests() {
|
||||
|
|
|
@ -265,6 +265,9 @@ module.exports = function (grunt) {
|
|||
src: [
|
||||
'*.{ico,txt}',
|
||||
'.htaccess',
|
||||
'CNAME',
|
||||
'manifest.appcache',
|
||||
'manifest.webapp',
|
||||
'images/{,*/}*.{webp,gif}',
|
||||
'styles/fonts/*'
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче