{"id":15045106,"url":"https://github.com/becklyn/mimeo","last_synced_at":"2026-02-18T19:01:45.486Z","repository":{"id":48416221,"uuid":"177817578","full_name":"Becklyn/Mimeo","owner":"Becklyn","description":"Mimeo: copy (static) assets from NPM packages into your symfony project.","archived":false,"fork":false,"pushed_at":"2022-02-17T15:15:24.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.x","last_synced_at":"2025-11-09T08:23:02.844Z","etag":null,"topics":["php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Becklyn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-03-26T15:31:42.000Z","updated_at":"2022-02-17T15:13:22.000Z","dependencies_parsed_at":"2022-09-19T02:10:52.491Z","dependency_job_id":null,"html_url":"https://github.com/Becklyn/Mimeo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Becklyn/Mimeo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Becklyn%2FMimeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Becklyn%2FMimeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Becklyn%2FMimeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Becklyn%2FMimeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Becklyn","download_url":"https://codeload.github.com/Becklyn/Mimeo/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Becklyn%2FMimeo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["php","symfony","symfony-bundle"],"created_at":"2024-09-24T20:51:27.895Z","updated_at":"2026-02-18T19:01:45.463Z","avatar_url":"https://github.com/Becklyn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mimeo Bundle\n============\nMimeo: copy (static) assets from NPM packages into your symfony project.\n\nThe name is inspired by the short name of a [mimeograph](https://en.wikipedia.org/wiki/Mimeograph).\n\n\nIntegration of Installation Paths\n---------------------------------\n\nThe symfony bundle can choose where the mimeo assets should be installed to. If the packages use SCSS files that reference these assets relatively, the installation path must be adapted.\n\nThe npm package, as well as the project that is using these assets, are supposed to declare (Symfony) respectively use (SCSS) a global variable called **`$mimeo-install-path`**.\n\n**The path must *not* end with a `/`.**\n\nIn the npm package SCSS this can look like this:\n\n```scss\n$mimeo-install-path: \"..\" !default;\n\n// .. later ..\n\na {\n    background-image: url(\"#{$mimeo-install-path}/install-dir/img/example.jpg\");\n}\n```\n\nAnd in your project's SCSS like this:\n```scss\n$mimeo-install-path: \"../mimeo\";\n@import \"@becklyn/some-package\";\n```\n\nNote the `install-dir`: the npm package knows the target directory where it will be installed to (as it defines it in the `mimeo` mapping in their `package.json`), so this must be used here as well.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecklyn%2Fmimeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbecklyn%2Fmimeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecklyn%2Fmimeo/lists"}