{"id":16349351,"url":"https://github.com/stevemao/gulp-remove-html-comments","last_synced_at":"2025-11-11T14:30:16.262Z","repository":{"id":32478003,"uuid":"36058226","full_name":"stevemao/gulp-remove-html-comments","owner":"stevemao","description":"Remove comments in html","archived":false,"fork":false,"pushed_at":"2015-05-23T01:17:10.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T16:06:23.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/stevemao.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":"2015-05-22T07:23:14.000Z","updated_at":"2023-02-08T15:33:27.000Z","dependencies_parsed_at":"2022-08-24T22:40:36.301Z","dependency_job_id":null,"html_url":"https://github.com/stevemao/gulp-remove-html-comments","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-remove-html-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-remove-html-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-remove-html-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-remove-html-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevemao","download_url":"https://codeload.github.com/stevemao/gulp-remove-html-comments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239590510,"owners_count":19664501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-11T00:59:14.128Z","updated_at":"2025-11-11T14:30:16.213Z","avatar_url":"https://github.com/stevemao.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-remove-html-comments [![Build Status](https://travis-ci.org/stevemao/gulp-remove-html-comments.svg?branch=master)](https://travis-ci.org/stevemao/gulp-remove-html-comments)\n\n\u003e Remove comments in html with [remove-html-comments](https://github.com/stevemao/remove-html-comments)\n\n*Issues with the output should be reported on the remove-html-comments [issue tracker](https://github.com/stevemao/remove-html-comments/issues).*\n\n\n## Install\n\n```\n$ npm install --save-dev gulp-remove-html-comments\n```\n\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar removeHtmlComments = require('gulp-remove-html-comments');\n\ngulp.task('default', function () {\n  return gulp.src('src/*.html')\n    .pipe(removeHtmlComments())\n    .pipe(gulp.dest('dist'));\n});\n```\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemao%2Fgulp-remove-html-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevemao%2Fgulp-remove-html-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemao%2Fgulp-remove-html-comments/lists"}