{"id":15590470,"url":"https://github.com/coderberry/guard-lessc","last_synced_at":"2026-06-15T01:33:57.311Z","repository":{"id":56875524,"uuid":"11454767","full_name":"coderberry/guard-lessc","owner":"coderberry","description":"Guard gem for the lessc command","archived":false,"fork":false,"pushed_at":"2013-07-17T14:50:10.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-19T11:39:31.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/coderberry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-16T16:48:11.000Z","updated_at":"2014-06-13T22:24:42.000Z","dependencies_parsed_at":"2022-08-20T22:00:44.288Z","dependency_job_id":null,"html_url":"https://github.com/coderberry/guard-lessc","commit_stats":null,"previous_names":["cavneb/guard-lessc"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/coderberry/guard-lessc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fguard-lessc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fguard-lessc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fguard-lessc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fguard-lessc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderberry","download_url":"https://codeload.github.com/coderberry/guard-lessc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fguard-lessc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34344440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":[],"created_at":"2024-10-02T23:22:07.183Z","updated_at":"2026-06-15T01:33:57.272Z","avatar_url":"https://github.com/coderberry.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guard::Lessc\n\nAutomatically compiles a less file to a target output file using the lessc command.\n\n## Installation\n\nThis guard is dependant on lessc so install that first:\n\n```\n$ npm install -g less\n```\n\nAdd this line to your application's Gemfile:\n\n``` ruby\ngroup :development do\n  gem 'guard-lessc'\nend\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\nOr install it yourself as:\n\n```\n$ gem install guard-lessc\n```\n\nAdd a default configuration to your guardfile:\n\n```\n$ guard init lessc\n```\n\n## Usage\n\nSee the [guard usage documentation](https://github.com/guard/guard#readme) for\nmore guard usage information.\n\n## Guardfile\n\nThis sample guard will run ember build for any change in the javascripts directory,\nexcluding the three files that `ember build` uses to compile the application.\n``` ruby\nguard :lessc, :in_file =\u003e 'less/main.less', :out_file =\u003e 'public/stylesheets/application.css', :compress =\u003e true do\n  watch(%r{^.*\\.less$})\nend\n```\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Fguard-lessc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderberry%2Fguard-lessc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Fguard-lessc/lists"}