0.6.0 • Published 2 years ago

@vkbansal/gulp-plugins v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Gulp Plugins

A collection of gulp plugins used across my projects.

List of Plugins

  • sass: Plugin to compile SCSS to CSS using dart-sass
  • if: Plugin to conditionally pipe streams
  • files-hash: Plugin to append hashes to files, for cache-busting

Installation

# using npm
npm add -D @vkbansal/gulp-plugins sass
# or using yarn
yarn add -D @vkbansal/gulp-plugins sass

Note: Installing sass is only required if your using the sass plugin

Usage

import { gulpSass, gulpIf, gulpFilesHash } from "@vkbansal/gulp-plugins";

License

MIT

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago