[deploy] come missed resources
This commit is contained in:
parent
bd2f01f1d9
commit
01ce207277
|
@ -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',
|
||||
|
|
|
@ -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/"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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/"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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/"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue