Skip to content

Instantly share code, notes, and snippets.

@balanza
Created January 20, 2019 16:12
Show Gist options
  • Save balanza/8ed70148ad88010e2b442bf4a0082dbd to your computer and use it in GitHub Desktop.
Save balanza/8ed70148ad88010e2b442bf4a0082dbd to your computer and use it in GitHub Desktop.
Snippet for supporting this: https://medium.com/p/36c950cd6f35
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