Fix typos (#5302)
parent
7333f1357e
commit
1d74d0b223
1 changed files with 2 additions and 1 deletions
@ -1,9 +1,10 @@ |
|||||||
# Task Runners |
# 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: |
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) |
- [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) |
- [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) |
- [bun script](https://bun.sh/docs/cli/run#run-a-package-json-script) |
||||||
|
Loading…
Reference in new issue