Skip to content

Wekios/gulp-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp workflow 2018

My gulp workflow, ready to go

Getting Started

Just use npm install to install dependencies, gulp watch to start the build and reload process

Prerequisites

gulp and dependencies

Gulp tasks

  • Uglify - UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.
  • Autoprefixer - Gulp autoprefixer task
  • Concat - Gulp task that concat css files into one file
  • Livereload - A lightweight gulp plugin for livereload best used with the livereload chrome extension.
  • Sass - Sass gulp plugin, has integrated minify and uglify method.
  • Babel - Babel preset and all its dependencies(might be deprecated)...
  • Image - Min - Gulp task that minify images. Has lossless method, or more radical ones. Best used with imageminPngquant & imageminJpegRecompress.
  • Plumber - Gulp task that returns Stream, that fixes pipe methods on streams that are next in pipeline. Doesn't break gulp task, and reports error.
  • Del - Gulp task that deletes unwanted files or directories. Best used in default task for enabling fresh start.
  • Zip - Gulp task that zips wanted directory.

Versioning

I use GIT for versioning. For the versions available, see the tags on this repository.

Authors

  • Veljko Blagojevic - Initial work - Veljko

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

A basic workflow using gulp.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published