Socket
Book a DemoInstallSign in
Socket

@rmacklin/gulp-purifycss

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmacklin/gulp-purifycss

Remove unnecessary css

0.2.0-pr24
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

@rmacklin/gulp-purifycss

This is a fork of gulp-purifycss which includes the changes from PR #24 to remove the dependency on the deprecated gulp-util package.

The original README follows.

gulp-purifycss

Clean unnecessary CSS with PurifyCSS

Information

Packagegulp-purifycss
DescriptionClean unnecessary CSS
Node Version>= 0.10

Usage

var purify = require('gulp-purifycss');

gulp.task('css', function() {
  return gulp.src('./public/app/example.css')
    .pipe(purify(['./public/app/**/*.js', './public/**/*.html']))
    .pipe(gulp.dest('./dist/'));
});

Keywords

gulpplugin

FAQs

Package last updated on 29 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.