User Tools

Site Tools


gulp.js

Gulp.js

GitHub Repo Changes

Install

Chocolatey

Homebrew

brew install: brew install gulp-cli - https://formulae.brew.sh/formula/gulp-cli - https://github.com/gulpjs/gulp-cli - Command-line utility for Gulp


Snippet from Wikipedia: Gulp.js

gulp is an open-source JavaScript toolkit, used as a streaming build system (similar to a more package-focused Make) in front-end web development.

It is a task runner built on Node.js and npm, used for automation of time-consuming and repetitive tasks involved in web development like minification, concatenation, cache busting, unit testing, linting, optimization, etc.

gulp uses a code-over-configuration approach to define its tasks and relies on its small, single-purpose plugins to carry them out. The gulp ecosystem includes more than 3500 such plugins.

gulp.js.txt · Last modified: 2023/07/29 11:09 by 127.0.0.1