astro-single-file icon indicating copy to clipboard operation
astro-single-file copied to clipboard

Integration made for Astro that allows to build HTML & CSS in a single file

Results 3 astro-single-file issues
Sort by recently updated
recently updated
newest added

After running `astro add astro-single-file` and attempting to run dev or build I get the following error (missing dependency?) ``` 08:48:51 PM [astro] Unable to load /home/projects/nbwiabryp.github/astro.config.mjs error Cannot find...

This integration only looks one directory deep for HTML files. Using an output path such as a/b/c/d/e/index.html causes the HTML files to not be found.

After adding html-minifier-terser (see #1) I ran into an issue when trying to run the build command. I believe this is because I'm on Windows and there's some assumption about...