[deploy] come missed resources

This commit is contained in:
Maxim Kadushkin 2021-05-20 15:50:02 +03:00
parent bd2f01f1d9
commit 01ce207277
4 changed files with 4 additions and 4 deletions

View file

@ -618,7 +618,7 @@ module.exports = function(grunt) {
grunt.registerTask('deploy-app-mobile', ['mobile-app-init', 'clean:deploy', /*'cssmin',*/ /*'copy:template-backup',*/
'htmlmin', /*'requirejs',*/ 'exec:webpack_install', 'exec:webpack_app_build', /*'concat',*/ /*'copy:template-restore',*/
/*'clean:template-backup',*/ 'copy:localization', 'copy:index-page',
/*'copy:images-app',*/ 'copy:webpack-dist', 'json-minify',
'copy:images-app', 'copy:webpack-dist', 'json-minify',
'replace:writeVersion', 'replace:fixResourceUrl']);
grunt.registerTask('deploy-app-embed', ['embed-app-init', 'clean:prebuild', 'uglify', 'less', 'copy',

View file

@ -369,7 +369,7 @@
{
"expand": true,
"cwd": "../apps/documenteditor/mobile/resources/img/",
"src": "**",
"src": "**/*.{png,svg}",
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
}
],

View file

@ -385,7 +385,7 @@
{
"expand": true,
"cwd": "../apps/presentationeditor/mobile/resources/img/",
"src": "**",
"src": "**/*.{png,svg}",
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
}
],

View file

@ -392,7 +392,7 @@
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/mobile/resources/img/",
"src": "**/*.png",
"src": "**/*.{png,svg}",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
},
{