Workflow of pug, sass and esBuild for static page projects.
Use Gulp version 4 to execute the tasks.
Transpile the HTML, CSS and JavaScript so that it is possible to work in a development folder and another folder with all the minified and built files for uploading to the server
Optimizes JPG, JPEG, GIF, PNG and SVG images
Use Browser Sync to mode development.
To clone and run this application, you'll need Git and Node.js (which comes with npm) or yarnjs installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/cqrlosArch/workflow-gulp
# Install dependencies
$ 'yarn install' or 'npm install'
# Run script mode development
$ 'yarn start' or 'npm start'
# Run script mode production
$ 'yarn build' or 'npm run build'- Discord CqrlosArch#0296
- Twitch @cqrlosarch
- GitHub @cqrlosArch
- Twitter @cqrlosArch
- Youtube Cqrlos Arch
