{"id":18319767,"url":"https://github.com/redding/dassets-erubi","last_synced_at":"2025-04-09T14:22:42.467Z","repository":{"id":55102237,"uuid":"324820755","full_name":"redding/dassets-erubi","owner":"redding","description":"Dassets engine to compile ERB using Erubi.","archived":false,"fork":false,"pushed_at":"2021-01-10T14:54:39.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T05:57:28.608Z","etag":null,"topics":["dassets","engine","erb","erubi"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/redding.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":"2020-12-27T18:10:45.000Z","updated_at":"2021-01-10T14:54:39.000Z","dependencies_parsed_at":"2022-08-14T12:00:57.375Z","dependency_job_id":null,"html_url":"https://github.com/redding/dassets-erubi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erubi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erubi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erubi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erubi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redding","download_url":"https://codeload.github.com/redding/dassets-erubi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054200,"owners_count":21039952,"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":["dassets","engine","erb","erubi"],"created_at":"2024-11-05T18:14:11.949Z","updated_at":"2025-04-09T14:22:42.430Z","avatar_url":"https://github.com/redding.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dassets::Erubi\n\nDassets [engine](https://github.com/redding/dassets#compiling) to compile dynamic asset files written with ERB using [Erubi](https://github.com/jeremyevans/erubi).\n\nThis is a clone of [Dassets::Erb](https://github.com/redding/dassets-erb) but uses Erubi to do the compilation.\n\n## Usage\n\nRegister the engine:\n\n```ruby\n# in config/assets.rb\nrequire \"dassets\"\nrequire \"dassets-erubi\"\n\nDassets.configure do |c|\n  c.source \"/path/to/assets\") do |s|\n    s.engine \"erb\", Dassets::Erubi::Engine\n  end\nend\n```\n\nAdd `.erb` to any source files in your source path.  Dassets will compile their content using Erubi, remove the `.erb` extension, and write the output to the output path.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem \"dassets-erubi\"\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install dassets-erubi\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am \"Added some feature\"`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdassets-erubi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredding%2Fdassets-erubi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdassets-erubi/lists"}