diff --git a/LICENSES-OTHER-COMPONENTS.md b/LICENSES-OTHER-COMPONENTS.md index dbae055851..77756e99a1 100644 --- a/LICENSES-OTHER-COMPONENTS.md +++ b/LICENSES-OTHER-COMPONENTS.md @@ -131,6 +131,11 @@ * https://github.com/hapijs/joi * BSD 3-Clause License +#### Ace + +* https://github.com/ajaxorg/ace +* BSD 3-Clause License + #### YAML * https://github.com/nodeca/js-yaml @@ -208,8 +213,9 @@ * http://www.embeddedjs.com * MIT License -#### Handlebars +#### jq-console +* https://github.com/replit/jq-console * MIT License #### Highlight.js @@ -226,6 +232,51 @@ * http://jquery.com * MIT License +#### jQuery UI + +* http://jqueryui.com +* MIT License + +#### jQuery Snippet + +* http://steamdev.com/snippet +* MIT License + +#### jQuery Hotkeys + +* https://github.com/jeresig/jquery.hotkeys +* MIT License or GPL Version 2 License + +#### jQuery Contextmenu + +* https://github.com/swisnl/jQuery-contextMenu +* MIT License + +#### jQuery Form + +* https://github.com/malsup/form/ +* MIT License or GPL Version 2 License + +#### jQuery UploadFile + +* https://github.com/hayageek/jquery-upload-file/ +* MIT License + +#### jQuery Textfill + +* https://github.com/jquery-textfill/jquery-textfill +* MIT License + +#### jQuery Strftime + +* https://github.com/samsonjs/strftime +* MIT License + +#### nvd3 + +* https://github.com/novus/nvd3 +* Apache 2 License + #### jsoneditor.js * Apache 2 License diff --git a/js/apps/system/_admin/aardvark/APP/GruntFile.js b/js/apps/system/_admin/aardvark/APP/GruntFile.js index fa6932e4ff..915c7e41b6 100644 --- a/js/apps/system/_admin/aardvark/APP/GruntFile.js +++ b/js/apps/system/_admin/aardvark/APP/GruntFile.js @@ -136,6 +136,17 @@ ext: '.html.gz' }] }, + clusterHTML: { + options: { + mode: 'gzip' + }, + files: [{ + expand: true, + src: ['clusterFrontend/build/*min*.html'], + dest: '.', + ext: '.html.gz' + }] + }, standaloneCSS: { options: { mode: 'gzip' diff --git a/js/apps/system/_admin/aardvark/APP/clusterFrontend/build/cluster-min.html.gz b/js/apps/system/_admin/aardvark/APP/clusterFrontend/build/cluster-min.html.gz new file mode 100644 index 0000000000..5308f16216 Binary files /dev/null and b/js/apps/system/_admin/aardvark/APP/clusterFrontend/build/cluster-min.html.gz differ diff --git a/js/apps/system/_admin/aardvark/APP/manifest.json b/js/apps/system/_admin/aardvark/APP/manifest.json index 856fc6a30d..484b91d907 100644 --- a/js/apps/system/_admin/aardvark/APP/manifest.json +++ b/js/apps/system/_admin/aardvark/APP/manifest.json @@ -41,7 +41,7 @@ }, "/cluster.html": { "path": "clusterFrontend/build/cluster-min.html", - "gzip": false + "gzip": true }, "/css/sass.css": { "path": "frontend/build/style-minified.css",