Skip to content

cqrlosArch/workflow-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Workflow

Gulp Workflow to compile javascript, css, html and images

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.


How To Use

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'

Details

Built With

License

MIT License

Contact

About

Gulp Workflow of pug, sass and javascript workflow for static page projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors