Karel-Jan Van Haute

Results 23 issues of Karel-Jan Van Haute

Is support for JPEG XL already on the roadmap? It seems promising. If not, please add it.

enhancement

See issue 36. When the config parameter is set to true, the files will be copied to the dest folder when something changes. Also on the start of the watch...

enhancement
on hold

You can now already do ` watch: { reloadPageOnChange: true } ` But in the system I'm using I refer to the files in the dest folder with a serverpath...

Fixes #314 ### Description ### Reason for this change

Fixes #310 ### Description ### Reason for this change

Fixes #305 ### Description ### Reason for this change

Fixes #201 ### Description ### Reason for this change

```js if (this.options.initTriggers) { const triggers = document.querySelectorAll('.js-modal'); Array.from(triggers).forEach((trigger) => { this.initTrigger(trigger); }); DOMHelper.onDynamicContent(document.documentElement, '.js-modal', (triggers) => { Array.from(triggers).forEach((trigger) => { this.initTrigger(trigger); }); }); this.plugins.forEach((p) => { const triggers =...

📜 typescript

use https://vuepress.vuejs.org/ to do it?

📖 documentation
📜 typescript
💨 tailwind

## Phoenix AKA frontend updater The backend is relatively easy to update due to the fact that it is one maintained system (Craft). The frontend on the other hand is...