Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

gulp-lightmin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-lightmin

Remove whitespaces and comments.

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Why?

Because in some cases, minification/uglification breaks the output.

Information

Packagegulp-lightmin
DescriptionRemove whitespaces and comments from sources.
Node Version>= 0.10

Installion

npm install --save-dev gulp-lightmin

Usage

var gulp = require('gulp'),
    lightmin = require('gulp-lightmin');

gulp.task('minify-css', function() {
  gulp.src('./static/css/*.css')
    .pipe(lightmin())
    .pipe(gulp.dest('./dist/'))
});

Source maps

Not yet supported.

LICENSE

MIT License.

Keywords

gulp

FAQs

Package last updated on 20 Jan 2015

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