Gulp Pluginler
5 Eki 2016Bir takım Gulp pluginleri, hafif kategorize
CSS
- gulp-sass- Sass → CSS with libsass.
- gulp-clean-css - Minify CSS with clean-css.
- gulp-uncss - Remove unused CSS selectors with UnCSS.
- gulp-csslint - Automated linting of CSS with CSSLint.
- autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use.
JS
- gulp-uglify - Minify JavaScript with UglifyJS2.
- gulp-babel - ES6 → ES5 with babel.
- gulp-jshint - Detect errors and potential problems in JavaScript with JSHint.
HTML ve HTML Templating
- gulp-minify-html - Minify HTML with Minimize.
- gulp-jade - Jade → HTML.
- gulp-check-unused-css - Check your HTML templates for unused CSS classes.
- gulp-markdown - Markdown → HTML.
- gulp-htmlhint - HTMLHint wrapper to validate your HTML.
Optimizasyon
- gulp-imagemin - Minify PNG, JPEG, GIF and SVG images with imagemin.
- gulp-css-base64 - Transform all resources found (those within a url() declaration) in CSS files into base64-encoded data URI strings.
- gulp-responsive - Generate images at different sizes.
Muhtelif
- gulp-if - Conditionally run a task.
- gulp-concat - Concatenate files.
- gulp-rename - Rename files easily.
- del - Delete files/folders using globs.
- gulp-sourcemaps - Provide source map support.
- gulp-exec - Run a shell command.
- gulp-util - Set of useful utilities.
- gulp-plumber - Prevent pipe breaking caused by errors.
Muhtelif
- browser-sync - Keep multiple browsers & devices in sync when building websites (recipes).
- webpack-stream - Run webpack as a stream to conveniently integrate with gulp.
Daha fazlası için Awesome Gulp