Created
February 10, 2021 14:46
-
-
Save nafeu/11f16229e97e16c8a497d135aada5876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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