Created
January 20, 2019 16:12
-
-
Save balanza/8ed70148ad88010e2b442bf4a0082dbd to your computer and use it in GitHub Desktop.
Snippet for supporting this: https://medium.com/p/36c950cd6f35
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
function compile() { | |
clean() | |
ensureDirectory('./dist') | |
compileCSS() | |
compileHTML() | |
compileAssets() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment