diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-01-18 15:42:42 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-01-19 08:38:26 +0100 |
commit | e6f27356846a36c63bfe394cb9d7c61495e0822b (patch) | |
tree | 25fcc67bf2e080cda90e0f6bed449dd4d7ea53c8 /www/onlyoffice-documentserver/files/patch-web-apps_build_Gruntfile.js | |
parent | www/deno: Update to 1.17.3 (diff) |
www/onlyoffice-documentserver: Add new port
ONLYOFFICE Document Server is an online office suite comprising viewers and
editors for texts, spreadsheets and presentations, fully compatible with
Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing
in real time.
WWW: https://www.onlyoffice.com/
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D33923
Diffstat (limited to 'www/onlyoffice-documentserver/files/patch-web-apps_build_Gruntfile.js')
-rw-r--r-- | www/onlyoffice-documentserver/files/patch-web-apps_build_Gruntfile.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/onlyoffice-documentserver/files/patch-web-apps_build_Gruntfile.js b/www/onlyoffice-documentserver/files/patch-web-apps_build_Gruntfile.js new file mode 100644 index 000000000000..7bfb85292848 --- /dev/null +++ b/www/onlyoffice-documentserver/files/patch-web-apps_build_Gruntfile.js @@ -0,0 +1,20 @@ +--- web-apps/build/Gruntfile.js.orig 2021-12-12 18:46:22 UTC ++++ web-apps/build/Gruntfile.js +@@ -192,17 +192,6 @@ module.exports = function(grunt) { + } + + grunt.initConfig({ +- mocha: { +- test: { +- options: { +- reporter: 'Spec' +- }, +- src: [ +- '../test/common/index.html' +- ] +- } +- }, +- + jshint: { + options: { + curly: true, |