{"id":13880167,"url":"https://github.com/vhyza/sass-rails-source-maps","last_synced_at":"2025-07-16T16:31:16.988Z","repository":{"id":10672699,"uuid":"12908732","full_name":"vhyza/sass-rails-source-maps","owner":"vhyza","description":"DEPRECATED: Rails gem for generating sass source maps","archived":true,"fork":false,"pushed_at":"2016-11-25T15:05:26.000Z","size":23,"stargazers_count":85,"open_issues_count":5,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-29T16:16:53.910Z","etag":null,"topics":["deprecated","ruby"],"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/vhyza.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-17T22:48:57.000Z","updated_at":"2024-05-24T03:30:33.000Z","dependencies_parsed_at":"2022-08-23T16:00:36.451Z","dependency_job_id":null,"html_url":"https://github.com/vhyza/sass-rails-source-maps","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vhyza/sass-rails-source-maps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fsass-rails-source-maps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fsass-rails-source-maps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fsass-rails-source-maps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fsass-rails-source-maps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhyza","download_url":"https://codeload.github.com/vhyza/sass-rails-source-maps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fsass-rails-source-maps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265524630,"owners_count":23782016,"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":["deprecated","ruby"],"created_at":"2024-08-06T08:02:49.806Z","updated_at":"2025-07-16T16:31:16.729Z","avatar_url":"https://github.com/vhyza.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# DEPRECATED: Sass Rails Source Maps\n\n## This gem is not under active developement\n\nAs an alternative, you can try to use [sassc-rails with inline source maps support](https://github.com/sass/sassc-rails#inline-source-maps).\n\n---\n\n__NOTE__: This gem requires `sass-rails` version `5.0.0`\n\nThis gem allows you to see your Rails 4 `.scss` source files in Google Chrome inspector, which can be useful for debugging.\n\n`debug_info` option available in stable [sass](http://sass-lang.com/) gem is no longer working in Google Chrome, because Chrome now supports Source Map [v3](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k) only.\n\n## Installation\n\nSource Maps are supported by `sass` gem in version `3.3` and higher. Unfortunately, `sass-rails`, the `rails` dependency, freezes `sass` gem to version `~\u003e 3.2.0`. To use this gem, you need to follow these steps:\n\n* Add `sass-rails-source-maps` to your application's Gemfile :\n\n````ruby\ngroup :development do\n  gem 'sass-rails-source-maps'\nend\n````\n\nThis branch depends on `sass-rails` version `5.0.0` which has more relaxed dependency for `sass` gem. So to avoid version conflict you need to:\n\n* Unfreeze `sass-rails` gem in your Gemfile (delete version for `sass-rails`)\n\nFor example, in new `Rails 4.1.5` application change line\n\n    gem 'sass-rails', '~\u003e 4.0.3'\n\nto\n\n    gem 'sass-rails'\n\nin your `Gemfile`.\n\n* And then execute:\n\n````\nbundle update sass-rails\n````\n\n* After that, run:\n\n````\nrake assets:clobber\n````\n\nto make Rails regenerate assets. After assets regeneration, `assets/source_maps` containing `sass` source maps is created in `public` directory.\n\n## Usage\n\nIf everything works fine, you should see something like this ![screenshot](https://dl.dropboxusercontent.com/u/21012539/screenshots/screenshot.png)\n\nEnabling source maps may vary in different Chrome versions. For more info please see [Working with CSS Preprocessors](https://developer.chrome.com/devtools/docs/css-preprocessors#toc-enabling-css-source-maps).\n\n## Notes\n* This gem is not intended for production usage.\n* This gem is Rails 4.x compatible only\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 'Add 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%2Fvhyza%2Fsass-rails-source-maps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhyza%2Fsass-rails-source-maps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhyza%2Fsass-rails-source-maps/lists"}