{"id":16399882,"url":"https://github.com/jayrbolton/postcss-walk-deprecated","last_synced_at":"2026-06-23T10:32:20.924Z","repository":{"id":145317788,"uuid":"76410148","full_name":"jayrbolton/postcss-walk-deprecated","owner":"jayrbolton","description":"Recursively walk directories, compiling index CSS files and copying assets to a build directory","archived":false,"fork":false,"pushed_at":"2016-12-15T19:16:10.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T11:29:13.127Z","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/jayrbolton.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-14T00:32:32.000Z","updated_at":"2017-02-24T02:17:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"98c0a2a1-5f73-4418-99a2-fd2698fd0094","html_url":"https://github.com/jayrbolton/postcss-walk-deprecated","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jayrbolton/postcss-walk-deprecated","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayrbolton%2Fpostcss-walk-deprecated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayrbolton%2Fpostcss-walk-deprecated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayrbolton%2Fpostcss-walk-deprecated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayrbolton%2Fpostcss-walk-deprecated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayrbolton","download_url":"https://codeload.github.com/jayrbolton/postcss-walk-deprecated/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayrbolton%2Fpostcss-walk-deprecated/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34686725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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-10-11T05:26:05.270Z","updated_at":"2026-06-23T10:32:20.908Z","avatar_url":"https://github.com/jayrbolton.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# postcss-walk\n\nRecursively walk through a directory, compiling index files and copying assets into an output directory. Useful for multipage apps with many CSS main files. Also see postcss-watch, which uses this plus watches files.\n\n```js\nimport postcssWalk from 'postcss-walk'\n\npostcssWalk({\n  input: 'input/directory'\n, output: 'output/directory'\n, plugins: [ require('postcss-import') , require('precss') ]\n, log: true\n, copyAssets: ['jpg', 'png', 'otf', 'tiff']\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayrbolton%2Fpostcss-walk-deprecated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayrbolton%2Fpostcss-walk-deprecated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayrbolton%2Fpostcss-walk-deprecated/lists"}