Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kwoktung/gulp-del-comment-space
- Owner: kwoktung
- Created: 2016-08-25T11:40:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T12:46:23.000Z (over 8 years ago)
- Last Synced: 2024-12-20T21:08:47.256Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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