Cosmin Popovici

Results 41 issues of Cosmin Popovici

I have a situation where the `codex-editor__redactor` div is full width, and I center its contents (this is so that I can stretch contents to the edges of the screen)....

**The next version of Maizzle. WIP.** Maizzle 5 comes with awesome new features like: - New dev server with HMR* - 10x faster local dev - Streamlined configs - Streamlined...

- Maizzle Version: 5.0.0 Need a better looking index page. Current beta index page: ![image](https://github.com/user-attachments/assets/9136b276-2488-4022-97b1-cf2051784cb4) Design to be implemented: ![image](https://github.com/user-attachments/assets/9a9ec99e-c13e-4ed2-bf78-83eb8365f0e9)

- Maizzle Version: 5.0.0-beta.18 We should watch `.cjs` config files like `config.cjs` or `config.production.cjs` by default.

- Maizzle Version: 5.0.0-beta.18 There's currently a bug in the 5.x beta with the way we copy content sources to output paths, because we're trying to determine 'root' folders for...

- Maizzle Version: 5.0.0-beta.18 If you add an image to your `build.static.source` path while the local dev server is running, it will not be served. This is because the Express.js...

- Maizzle Version: 5.0.0-beta.18 `config.build.current` holds some path information about the template currently being processed, for example: ```js { path: { root: 'build_production', dir: 'build_production', base: 'transactional.html', ext: '.html', name:...

- Maizzle Version: 5.0.0-beta.18 Sometimes when saving changes quickly while developing locally, it can happen that there is a delay between the file being saved to disk and Maizzle reading...