0.0.1 • Published 7 years ago

cshtml-minify v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cshtml-minify

STILL NOT WORKING!!! A .cshtml minificator.

Installation

npm install @romanbaran/cshtml-minify

Usage

var cshtmlMinify = require('@romanbaran/cshtml-minify');

[...]
return gulp
    .src('*.cshtml')
    .pipe(cshtmlMinify());
    .pipe(gulp.dest('./'));
[...]


Output should be the minificated.

Tests

npm test

0.0.2

7 years ago

0.0.1

7 years ago