Include CNAME and manifest support in build step

This commit is contained in:
Matthew Riley MacPherson 2014-06-13 10:25:25 -04:00
Родитель e9c55a92cb
Коммит d9ba8f18ea
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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/*'
]