Back to overview

Gulp

Gulp helps front-end developers automate repeating tasks to make development more efficient. It is a so-called JavaScript task runner, which runs in the local development environment of the front-end developer. There it can automate repeating processes using tasks, such as refreshing the browser when a code file is saved, compile LESS to CSS, run end-to-end tests or optimize assets (CSS or images, for example).

Part of

See also