{"id":18319790,"url":"https://github.com/redding/dassets-erb","last_synced_at":"2025-10-12T22:33:16.137Z","repository":{"id":8951424,"uuid":"10688226","full_name":"redding/dassets-erb","owner":"redding","description":"Dassets engine to compile ERB.","archived":false,"fork":false,"pushed_at":"2021-01-10T14:50:47.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T15:35:36.461Z","etag":null,"topics":["dassets","engine","erb"],"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":"2013-06-14T12:12:08.000Z","updated_at":"2021-01-10T14:50:46.000Z","dependencies_parsed_at":"2022-09-01T18:40:47.411Z","dependency_job_id":null,"html_url":"https://github.com/redding/dassets-erb","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/redding/dassets-erb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redding","download_url":"https://codeload.github.com/redding/dassets-erb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-erb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001064,"owners_count":26082991,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["dassets","engine","erb"],"created_at":"2024-11-05T18:14:16.435Z","updated_at":"2025-10-12T22:33:16.120Z","avatar_url":"https://github.com/redding.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dassets::Erb\n\nDassets [engine](https://github.com/redding/dassets#compiling) to compile dynamic asset files written with ERB.\n\nSee [Dassets::Erubi](https://github.com/redding/dassets-erubi) for a clone that uses [Erubi](https://github.com/jeremyevans/erubi) to do the compilation.\n\n## Usage\n\nRegister the engine:\n\n```ruby\n# in config/assets.rb\nrequire \"dassets\"\nrequire \"dassets-erb\"\n\nDassets.configure do |c|\n  c.source \"/path/to/assets\") do |s|\n    s.engine \"erb\", Dassets::Erb::Engine\n  end\nend\n```\n\nAdd `.erb` to any source files in your source path.  Dassets will compile their content using Erb, 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-erb'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install dassets-erb\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-erb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredding%2Fdassets-erb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdassets-erb/lists"}