gulp-uncomment-it:取消对 html、js 或 css 的注释

时间:2024-06-24 04:22:27
【文件属性】:

文件名称:gulp-uncomment-it:取消对 html、js 或 css 的注释

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-24 04:22:27

JavaScript

gulp-uncomment-it 使用取消对 html、js 或 css 的 应在 uncomment-it上报告输出。 安装 $ npm install --save-dev gulp-uncomment-it 用法 var gulp = require ( 'gulp' ) ; var uncommentIt = require ( 'gulp-uncomment-it' ) ; gulp . task ( 'default' , function ( ) { return gulp . src ( 'src/*.html' ) . pipe ( uncommentIt ( ) ) . pipe ( gulp . dest ( 'dist' ) ) ; } ) ; 执照 麻省理工学院 :copyright:


【文件预览】:
gulp-uncomment-it-master
----.gitignore(13B)
----.jscsrc(93B)
----test()
--------fixtures()
--------test.js(2KB)
--------expected()
----.gitattributes(12B)
----.jshintrc(199B)
----package.json(764B)
----readme.md(730B)
----index.js(1KB)
----.travis.yml(72B)
----.editorconfig(231B)

网友评论