{"id":24761642,"url":"https://github.com/driebit/gulp-css-inline-images","last_synced_at":"2026-04-16T18:01:57.383Z","repository":{"id":57257236,"uuid":"26274793","full_name":"driebit/gulp-css-inline-images","owner":"driebit","description":"Wrapper for using css-inline-images in Gulp","archived":false,"fork":false,"pushed_at":"2018-05-31T13:19:23.000Z","size":136,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-05T06:14:19.666Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/driebit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-06T14:58:53.000Z","updated_at":"2016-02-05T15:41:02.000Z","dependencies_parsed_at":"2022-09-08T09:40:39.796Z","dependency_job_id":null,"html_url":"https://github.com/driebit/gulp-css-inline-images","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/driebit%2Fgulp-css-inline-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Fgulp-css-inline-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Fgulp-css-inline-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driebit%2Fgulp-css-inline-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/driebit","download_url":"https://codeload.github.com/driebit/gulp-css-inline-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104528,"owners_count":20561380,"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":"2025-01-28T19:18:37.422Z","updated_at":"2026-04-16T18:01:52.361Z","avatar_url":"https://github.com/driebit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-css-inline-images\n======================\n\nWrapper for using css-inline-images in [Gulp](http://gulpjs.com)\n\n##Installation\nInstall like any other module.\n```bash\nnpm install gulp-css-inline-images\n```\n\n##Usage\n```javascript\nvar cssInlineImages = require('gulp-css-inline-images');\n\ngulp.task('inline-images', function () {\n    gulp.src('*.css')\n        .pipe(cssInlineImages({\n            webRoot: 'web',\n            path: 'images'\n        }))\n        .pipe(gulp.dest('build'));\n});\n```\n\nFor detail usage off the css-inline-images module and its options [see the GitHub page](https://github.com/driebit/css-inline-images).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriebit%2Fgulp-css-inline-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdriebit%2Fgulp-css-inline-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriebit%2Fgulp-css-inline-images/lists"}