Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.76 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.76 KB

File processing boilerplate for HTML, Sass, JS, PNG, JPEG, GIF, and SVG files with Gulp.js

Using a set of boilerplate files when you're starting a website project can be a huge time-saver. Instead of having to start from scratch or copy and paste from previous projects, you can get up and running in just a minute or two.

You can read the original project's blog post here. Kudos to @thecodercoder

Quickstart guide

  • Clone or download this Git repo onto your computer.
  • Install Node.js if you don't have it yet.
  • Run npm install
  • Run gulp to run the default Gulp task

Gulp plugins

In this project, Gulp will be configured to run the following functions:

Testing and compatibility

This project has been tested in npm v18.7.0.