Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wginolas committed Sep 11, 2023
1 parent 3a9b098 commit 3a84f89
Show file tree
Hide file tree
Showing 7 changed files with 25,023 additions and 6,599 deletions.
4 changes: 2 additions & 2 deletions build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ module.exports = function(grunt) {

grunt.registerTask('deploy-app-mobile', []);

grunt.registerTask('deploy-app-embed', ['embed-app-init', 'clean:prebuild', 'terser', 'less', 'copy', 'clean:postbuild']);
grunt.registerTask('deploy-app-test', ['test-app-init', 'clean:prebuild', 'terser', 'less', 'copy']);
grunt.registerTask('deploy-app-embed', ['embed-app-init', 'clean:prebuild', 'less', 'copy', 'clean:postbuild']);
grunt.registerTask('deploy-app-test', ['test-app-init', 'clean:prebuild', 'less', 'copy']);

doRegisterInitializeAppTask('common', 'Common', 'common.json');
doRegisterInitializeAppTask('documenteditor', 'DocumentEditor', 'documenteditor.json');
Expand Down
2 changes: 1 addition & 1 deletion build/appforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ module.exports = (grunt) => {
});

grunt.registerTask('deploy-app-forms', ['forms-app-init', 'clean:prebuild', /*'imagemin',*/ 'less',
'requirejs', 'terser', 'concat', 'copy', 'inline', /*'json-minify',*/
'requirejs', 'concat', 'copy', 'inline', /*'json-minify',*/
'replace:varsEnviroment', /*'replace:prepareHelp',*/ 'clean:postbuild']);
}
2 changes: 1 addition & 1 deletion build/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "common",
"version": "4.3.0",
"build": 65,
"build": 74,
"homepage": "http://www.onlyoffice.com",
"private": true,
"sdk": {
Expand Down
5 changes: 2 additions & 3 deletions build/documenteditor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "documenteditor",
"version": "4.3.0",
"build": 1150,
"build": 1158,
"homepage": "http://www.onlyoffice.com",
"private": true,
"main": {
Expand Down Expand Up @@ -368,9 +368,8 @@
"deploy": [
"increment-build",
"deploy-app-main",
"deploy-app-mobile",
"deploy-app-forms",
"deploy-app-embed"
]
}
}
}
Loading

0 comments on commit 3a84f89

Please sign in to comment.