Skip to content

Instantly share code, notes, and snippets.

@nafeu
Created February 10, 2021 14:46
Show Gist options
  • Save nafeu/11f16229e97e16c8a497d135aada5876 to your computer and use it in GitHub Desktop.
Save nafeu/11f16229e97e16c8a497d135aada5876 to your computer and use it in GitHub Desktop.
/* Step 5: Build additional asset files */
Deno.writeTextFileSync(`${buildPath}/styles.css`, styles ? styles : '');
Deno.writeTextFileSync(`${buildPath}/favicon.svg`, getFaviconSvg(favicon));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment