文件名称:gulp-check-constants:查找应提取到声明语句中的数字
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-24 08:54:22
JavaScript
检查常量 使用查找应该提取到声明语句的数字 应该在 check-constants上报告输出。 安装 使用安装 $ npm install --save-dev gulp-check-constants 用法 var gulp = require ( 'gulp' ) ; var checkConstants = require ( 'gulp-check-constants' ) ; //example with basic css copying gulp . task ( 'js' , function ( ) { gulp . src ( './src/js/**/*.js' ) . pipe ( checkConstants ( ) ) . pipe ( gulp . dest ( './public/js' ) ) ; } ) ; /
【文件预览】:
gulp-check-constants-master
----.jshintrc(413B)
----.gitattributes(12B)
----.travis.yml(220B)
----LICENSE(1KB)
----README.md(2KB)
----.editorconfig(285B)
----tests()
--------fixtures()
--------test.js(2KB)
----.gitignore(13B)
----index.js(1KB)
----package.json(898B)