goatslacker / rework-comments

Remove comments from files using rework without minifying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rework-comments

Remove comments from files using rework without minifying

$ npm install rework-comments

How to use

var rmComments = require('rework-comments')

var cssWithoutComments = rework(yourCssWithComments).use(rmComments).toString()

About

Remove comments from files using rework without minifying

License:MIT License


Languages

Language:JavaScript 100.0%