项目作者: JorreSpijker

项目描述 :
Gulpfile for new project
高级语言: CSS
项目地址: git://github.com/JorreSpijker/gulp.git
创建时间: 2016-07-05T08:07:35Z
项目社区:https://github.com/JorreSpijker/gulp

开源协议:GNU General Public License v3.0

下载


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