Check Gulp Usage

September 25, 2023 ยท View on GitHub

check-gulp-usage.png

Description

In a Nx architecture, Gulp is not needed anymore because Nx Tasks will be used instead to standardize the executions you can have on each project.

Solutions

  • Replace Gulp tasks with existing Nx Executors
  • Check Vanilla repository for example
  • Remove all Gulp dependencies