pull/3534/head^2
Davee 7 months ago committed by GitHub
parent 7333f1357e
commit 1d74d0b223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/data/roadmaps/frontend/content/110-build-tools/100-task-runners/index.md

@ -1,9 +1,10 @@
# Task Runners
Task Runner are tools to simplify certain tedious tasks of development, like automating sass/scss compilation, bundling assets, linting source code, and hot reloading local server.
Task Runners are tools to simplify certain tedious tasks of development, like automating sass/scss compilation, bundling assets, linting source code, and hot reloading local server. Examples of task runners include Webpack, Grunt, Rollup, and Gulp.
Visit the following resources to learn more:
- [What is a Javascript task runner](https://www.educative.io/answers/what-is-a-javascript-task-runner)
- [npm script](https://docs.npmjs.com/cli/v8/using-npm/scripts)
- [yarn script](https://classic.yarnpkg.com/lang/en/docs/cli/run/#toc-yarn-run-script)
- [bun script](https://bun.sh/docs/cli/run#run-a-package-json-script)

Loading…
Cancel
Save