Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kwoktung/gulp-del-comment-space

Gulp Plugin that delete comment and blank space
https://github.com/kwoktung/gulp-del-comment-space

Last synced: 11 days ago
JSON representation

Gulp Plugin that delete comment and blank space

Awesome Lists containing this project

README

        

# Gulp Plugin

![Build Status](https://travis-ci.org/kwoktung/gulp-del-comment-space.svg?branch=master)

> Delete comments (/* comment */) and blank space

The purpose of plugin is to learn to write Gulp Plugin and publish npm module;

Keep learning, Keep thinking.

## Install

$ npm install gulp-del-comment-space -D

## Usage

var gulp = require('gulp');
var delCommentSpace = require('gulp-del-comment-space')
gulp.src('path/to/file')
.pipe(delCommentSpace())
.pipe(gulp.dest('path/to/dest'))

## License

MIT