{"id":16349331,"url":"https://github.com/stevemao/gulp-simple-preprocess","last_synced_at":"2025-07-12T15:38:07.929Z","repository":{"id":32676549,"uuid":"36265087","full_name":"stevemao/gulp-simple-preprocess","owner":"stevemao","description":"Preprocess html, js and css based off environment configuration","archived":false,"fork":false,"pushed_at":"2015-05-26T01:53:40.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T16:07:38.807Z","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/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-26T01:48:37.000Z","updated_at":"2018-12-13T17:29:01.000Z","dependencies_parsed_at":"2022-08-25T02:21:21.121Z","dependency_job_id":null,"html_url":"https://github.com/stevemao/gulp-simple-preprocess","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-simple-preprocess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-simple-preprocess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-simple-preprocess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemao%2Fgulp-simple-preprocess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevemao","download_url":"https://codeload.github.com/stevemao/gulp-simple-preprocess/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239590076,"owners_count":19664411,"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:07.317Z","updated_at":"2025-02-19T03:27:33.459Z","avatar_url":"https://github.com/stevemao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-simple-preprocess [![Build Status](https://travis-ci.org/stevemao/gulp-simple-preprocess.svg?branch=master)](https://travis-ci.org/stevemao/gulp-simple-preprocess)\n\n\u003e Preprocess html, js and css based off environment configuration with [simple-preprocess](https://github.com/stevemao/simple-preprocess)\n\n*Issues with the output should be reported on the simple-preprocess [issue tracker](https://github.com/stevemao/simple-preprocess/issues).*\n\n\n## Install\n\n```\n$ npm install --save-dev gulp-simple-preprocess\n```\n\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar simplePreprocess = require('gulp-simple-preprocess');\n\ngulp.task('default', function () {\n  return gulp.src('src/*.html')\n    .pipe(simplePreprocess({\n      env: 'prod'\n    }))\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-simple-preprocess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevemao%2Fgulp-simple-preprocess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemao%2Fgulp-simple-preprocess/lists"}