Dominik Klein b09af3def4 Feature: Mobile - Apollo Client handler and app initialize improvements. 3 лет назад
..
views 616c436b44 Maintenance: Improve translatable source strings by using ellipsis (…) rather than three dots (...). 3 лет назад
README.md 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
chat-no-jquery.coffee d6236a3afa PR #3780 - adds Russian translation to email templates and chat widget 3 лет назад
chat-no-jquery.js 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
chat-no-jquery.min.js 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
chat.coffee d6236a3afa PR #3780 - adds Russian translation to email templates and chat widget 3 лет назад
chat.css 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
chat.js 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
chat.min.js 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
chat.scss 5c333430ca Maintenance: Updated stylelint to version 14 and added prettier as a better preparation for future steps. 3 лет назад
close.svg f93407b36f chat close icon 9 лет назад
gulpfile.js 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
index.html a1187c218a Fixes #3431: Old JQuery version delivered 3 лет назад
jquery-3.6.0.min.js a1187c218a Fixes #3431: Old JQuery version delivered 3 лет назад
package.json 6441f1f91a Maintenance: Remove obsolete file and update gulp-coffee package. 2 лет назад
purify.min.js ecbda834bc Maintenance: Improve clipboard handling of website chat 3 лет назад
website.png eb1d74b8e2 chat: add testing webiste 9 лет назад
yarn.lock 6441f1f91a Maintenance: Remove obsolete file and update gulp-coffee package. 2 лет назад
znuny-no-jquery-open_by_button.html edcb483b85 Maintenance: Ported chat test to capybara to increase the test stabilization. 3 лет назад
znuny-no-jquery.html b09af3def4 Feature: Mobile - Apollo Client handler and app initialize improvements. 2 лет назад
znuny.css 5c333430ca Maintenance: Updated stylelint to version 14 and added prettier as a better preparation for future steps. 3 лет назад
znuny.html edcb483b85 Maintenance: Ported chat test to capybara to increase the test stabilization. 3 лет назад
znuny.png 543c27a0bc chat client: fix reconnect ui, simpler theming 9 лет назад
znuny_open_by_button.html edcb483b85 Maintenance: Ported chat test to capybara to increase the test stabilization. 3 лет назад

README.md

Recreating the Static Zammad Chat Build

$ yarn install
$ npx gulp build
[11:13:03] Using gulpfile zammad/public/assets/chat/gulpfile.js
[11:13:03] Starting 'build'...
[11:13:03] Starting 'js'...
[11:13:03] Starting 'no_jquery'...
[11:13:03] Starting 'css'...
[11:13:03] Finished 'js' after 6.21 ms
[11:13:03] Finished 'no_jquery' after 7.75 ms
[11:13:03] Finished 'css' after 8.81 ms
[11:13:03] Finished 'build' after 9.8 ms

Development Mode

This is useful when developing. Gulp will watch the files for changes and start rebuilds automatically.

npx gulp
[11:14:46] Using gulpfile ~/wz/zammad/public/assets/chat/gulpfile.js
[11:14:46] Starting 'default'...