cyberware/quartz
kon-foo 0493942c79
fix: remove assets via globs to avoid volume mount lock (#877)
* Fix docker volume lock issue by altering asset cleanup method
Modified build process to prevent the deletion of the output directory.

* Add fsOps utility for filesystem operations

* Use cleanDirectory in build process to fix volume lock issue

* applied prettier

* handle ENOENT error when output dir does not exist

* remove native function in favor of rimraf

* use path.join to concatenate paths
2024-02-19 11:04:27 -08:00
..
cli feat(experimental): partial rebuilds (#716) 2024-02-09 10:07:32 -05:00
components fix(breadcrumbs): calculate trailing slash for tag hierarchies (closes #873) 2024-02-17 11:12:35 -08:00
i18n feat(i18n): add Simplified Chinese (#896) 2024-02-19 13:31:09 -05:00
plugins feat: implement getDependencyGraph for TagPage (#872) 2024-02-19 13:58:15 -05:00
processors refactor: move emit from callback to helper file function (#704) 2024-01-18 10:56:14 -08:00
static Revert "feat: Making Quartz available offline by making it a PWA (#465)" 2023-09-20 13:52:45 -07:00
styles fix(style): bold should use semibold 2024-02-17 10:57:59 -08:00
util chore: refactor out and export endsWith 2024-02-11 10:57:24 -08:00
bootstrap-cli.mjs cleanup: rework cli to allow invoking create and build outside of cli (#428) 2023-08-27 15:59:51 -07:00
bootstrap-worker.mjs run prettier 2023-07-22 17:27:41 -07:00
build.ts fix: remove assets via globs to avoid volume mount lock (#877) 2024-02-19 11:04:27 -08:00
cfg.ts chore(i18n): refactor and cleanup (#805) 2024-02-04 20:57:10 -08:00
depgraph.test.ts feat(experimental): partial rebuilds (#716) 2024-02-09 10:07:32 -05:00
depgraph.ts feat(experimental): partial rebuilds (#716) 2024-02-09 10:07:32 -05:00
worker.ts base path refactor to better support subpath hosting 2023-08-19 15:52:25 -07:00