purifycss/gulp-purifycss

Name: gulp-purifycss

Owner: PurifyCSS

Description: Removed unused CSS with the gulp build tool

Created: 2015-06-02 15:51:25.0

Updated: 2018-05-24 12:38:56.0

Pushed: 2018-03-29 16:52:05.0

Homepage:

Size: 12

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

gulp-purifycss

Clean unnecessary CSS with PurifyCSS

Information
Packagegulp-purifycss
Description Clean unnecessary CSS
Node Version >= 0.10
Usage
purify = require('gulp-purifycss');

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.