{"id":20542182,"url":"https://github.com/weivea/gulp-rev-stable","last_synced_at":"2026-04-22T04:01:49.024Z","repository":{"id":57258830,"uuid":"56577256","full_name":"weivea/gulp-rev-stable","owner":"weivea","description":"基于gulp-rev的功能添加","archived":false,"fork":false,"pushed_at":"2016-04-19T08:37:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-21T00:19:44.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weivea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-19T08:05:00.000Z","updated_at":"2016-04-19T08:06:31.000Z","dependencies_parsed_at":"2022-08-28T21:50:47.240Z","dependency_job_id":null,"html_url":"https://github.com/weivea/gulp-rev-stable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weivea/gulp-rev-stable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weivea%2Fgulp-rev-stable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weivea%2Fgulp-rev-stable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weivea%2Fgulp-rev-stable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weivea%2Fgulp-rev-stable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weivea","download_url":"https://codeload.github.com/weivea/gulp-rev-stable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weivea%2Fgulp-rev-stable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T01:29:40.140Z","updated_at":"2026-04-22T04:01:49.010Z","avatar_url":"https://github.com/weivea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-rev-stable\n基于gulp-rev的功能添加\n\n## Install\n\n```\nnpm install --save-dev gulp-rev-stable\n```\n\n## Usage\n\n```\nvar gulp = require('gulp');\nvar rev = require('gulp-rev-stable');\n\n//原来用法可以不变\ngulp.task('default', function () {\n    return gulp.src('src/*.css')\n        .pipe(rev())\n        .pipe(gulp.dest('dist'));\n});\n\n//保持版本不变化时\ngulp.task('default', function () {\n    return gulp.src('src/*.css')\n        .pipe(rev({stable:true,pth:'dist/rev-manifest.json'}))\n        .pipe(gulp.dest('dist'));\n});\n\n//执行后,会多一个rev-manifest-changeList.json来记录哪些文件是被修改而版本没改变\n//新增的文件按照原来的方式打版本处理\n\n```\n\n这个修改是为了适应自己的web构建工具,其它开发者用不到请继续支持gulp-rev","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweivea%2Fgulp-rev-stable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweivea%2Fgulp-rev-stable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweivea%2Fgulp-rev-stable/lists"}