Skip to content

JorreSpijker/gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the gulpfiles that you can use for your web projects.

Automatic installation

Go to this page.

Manual installation

  1. Create a folder
  2. Move the content of this repository to the folder you've created.
  3. Open the terminal and cd to the folder.
  4. Run npm install
  5. Grab a coffee while the packages are installing.
  6. When it is finished, run gulp

Use

  1. Open the terminal and cd to the folder.
  2. Run gulp
  3. Follow the instructions there.

Changelog

1.3.1

1.3.0

  • Added gulp-plumber

    When there is an error, the other tasks will continue.

  • Added gulp-clean

    With this clean-pub and clean-dist you could clear the pub and/or dist folder.

  • Removed unneeded files