{"id":18319743,"url":"https://github.com/redding/dassets-sass","last_synced_at":"2026-04-29T00:34:04.499Z","repository":{"id":8268154,"uuid":"9720725","full_name":"redding/dassets-sass","owner":"redding","description":"Dassets engine to compile SASS/SCSS.","archived":false,"fork":false,"pushed_at":"2021-01-10T14:58:55.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-11T09:06:42.623Z","etag":null,"topics":["dassets","engine","sass","scss"],"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-04-27T20:32:46.000Z","updated_at":"2021-01-10T14:58:54.000Z","dependencies_parsed_at":"2022-08-07T00:15:31.396Z","dependency_job_id":null,"html_url":"https://github.com/redding/dassets-sass","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/redding/dassets-sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redding","download_url":"https://codeload.github.com/redding/dassets-sass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdassets-sass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["dassets","engine","sass","scss"],"created_at":"2024-11-05T18:14:08.462Z","updated_at":"2026-04-29T00:34:04.481Z","avatar_url":"https://github.com/redding.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dassets::Sass\n\nDassets [engine](https://github.com/redding/dassets#compiling) to compile dynamic asset filtes written with [SASS/SCSS](http://sass-lang.com/) using [libsass](https://github.com/sass/sassc-ruby).\n\n## Usage\n\nRegister the engine:\n\n```ruby\n# in config/assets.rb\nrequire \"dassets\"\nrequire \"dassets-sass\"\n\nDassets.configure do |c|\n  c.source \"/path/to/assets\") do |s|\n    # register for `scss` syntax\n    s.engine \"scss\", Dassets::Sass::Engine, syntax: Dassets::Sass::SCSS\n\n    # register for `sass` syntax\n    s.engine \"sass\", Dassets::Sass::Engine, syntax: Dassets::Sass::SASS\n\n    # by default Dassets::Sass::NESTED output style is used, but you can\n    # specify a custom style (http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style)\n    s.engine \"scss\", Dassets::Sass::Engine, {\n      ...\n      output_style: Dassets::Sass::COMPRESSED\n    }\n\n    # by default `/path/to/assets` is in the load path, but\n    # you can specify additional custom load paths to use with `@import`s\n    s.engine \"scss\", Dassets::Sass::Engine, {\n      ...\n      load_paths: [\"/custom/load/path\"]\n    }\n  end\nend\n```\n\nPut your `.scss` and `.sass` source files in your source path. Dassets will compile their content using Sass, switch their extension to `.css`, and write the output to the output path.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem \"dassets-sass\"\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install dassets-sass\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-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredding%2Fdassets-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdassets-sass/lists"}