Florian Liebe 685a980a7a Fixes #4886 - Checklists / To-do lists. 1 месяц назад
..
graphics 97d14a93b3 Initial knowledge base support. 5 лет назад
icons 685a980a7a Fixes #4886 - Checklists / To-do lists. 1 месяц назад
README.md d5f7505a70 Maintenance: Switch from yarn to pnpm package manager for Node.js. 2 месяцев назад
avatar-bg.png e10552c361 Make static assets working on production env. Do not use asset pipeline for static assets. 9 лет назад
chat-demo-avatar.png 5973de7983 chat designer 8 лет назад
colorcircle.gif 97d14a93b3 Initial knowledge base support. 5 лет назад
eyedropper.gif 9d18e56365 chat channel: add eyedropper and remove iframe 8 лет назад
gulpfile.js 7d130d8f40 Fix images gulpfile (creates the icons svgstore) 2 лет назад
icons.svg 685a980a7a Fixes #4886 - Checklists / To-do lists. 1 месяц назад
logo.svg f59b67c4b2 get rid of single svgs, add logo and logotype to icon set 9 лет назад
package.json 017dd9defb Maintenance: Update gulp toolchains to work with recent Node.js and without Docker. 2 лет назад
pnpm-lock.yaml d5f7505a70 Maintenance: Switch from yarn to pnpm package manager for Node.js. 2 месяцев назад

README.md

Recreating the Zammad SVG Icon Store

$ pnpm install
$ pnpm exec gulp build
[14:08:17] Using gulpfile zammad/public/assets/images/gulpfile.js
[14:08:17] Starting 'build'...
[14:08:17] Finished 'build' after 7.48 ms

Development Mode

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

pnpm exec gulp
[14:14:46] Using gulpfile ~/wz/zammad/public/assets/image/gulpfile.js
[14:14:46] Starting 'default'...