Skip to content

Instantly share code, notes, and snippets.

@tlhunter
Created February 23, 2019 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlhunter/62fda61c704050185a588d34f5120be3 to your computer and use it in GitHub Desktop.
Save tlhunter/62fda61c704050185a588d34f5120be3 to your computer and use it in GitHub Desktop.
LogRocket > Node.js Task Runners: Are they right for you?
{
"scripts": {
"style": "cat ./src/styles/*.scss | sass > ./public/dist.css",
"script": "cat ./src/scripts/*.js > ./public/dist.js",
"build": "npm run style && npm run script"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment