USE "GULP"

  • 1. The main commands are in the file - gulpfile.js
  • 2. To deploy a server - "gulp watch"
  • 3. To generate the production version - "gulp build"
  • 4. There is a command for html optimization - "gulp html-minify"
*Complete documentation on Gulp can be found here: https://gulpjs.com/
BACK TO TOP