@vkbansal/gulp-plugins
v0.6.0
Published
A collection of [gulp](https://gulpjs.com/) plugins used across my projects.
Downloads
5
Readme
Gulp Plugins
A collection of gulp plugins used across my projects.
List of Plugins
sass
: Plugin to compile SCSS to CSS using dart-sassif
: Plugin to conditionally pipe streamsfiles-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