{"id":15440172,"url":"https://github.com/deraen/boot-sass","last_synced_at":"2025-04-19T19:34:55.457Z","repository":{"id":146975183,"uuid":"43173878","full_name":"Deraen/boot-sass","owner":"Deraen","description":"Boot task to compile Sass","archived":false,"fork":false,"pushed_at":"2015-12-25T15:17:27.000Z","size":108,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T20:17:17.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deraen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-25T20:26:33.000Z","updated_at":"2023-02-04T00:05:07.000Z","dependencies_parsed_at":"2023-04-17T00:18:00.592Z","dependency_job_id":null,"html_url":"https://github.com/Deraen/boot-sass","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fboot-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fboot-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fboot-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fboot-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deraen","download_url":"https://codeload.github.com/Deraen/boot-sass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249780629,"owners_count":21324589,"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":[],"created_at":"2024-10-01T19:11:18.501Z","updated_at":"2025-04-19T19:34:55.439Z","avatar_url":"https://github.com/Deraen.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boot-sass\n[![Clojars Project](http://clojars.org/deraen/boot-sass/latest-version.svg)](http://clojars.org/deraen/boot-sass)\n\n# [Moved to Deraen/sass4clj](https://github.com/Deraen/sass4clj)\n\n[Boot](https://github.com/boot-clj/boot) task to compile sass.\n\n* Provides the `sass` task\n* For each `.scss` or `.sass` file not starting with `_` in fileset creates equivalent `.css` file.\n* Uses [jsass](https://github.com/bit3/jsass) through [sass4clj](https://github.com/Deraen/sass4clj) wrapper\n    * Jsass requires Java 1.8.\n* For parallel leiningen plugin check [lein-sass4clj](https://github.com/Deraen/lein-sass4clj)\n\n## Usage\n\nTo create css file `public/css/main.css` have the scss file on path `public/css/main.scss` or use sift task to move the css file:\n`(comp (sass) (sift :move {#\"main.css\" \"public/css/main.css\"}))`\n\n## Features\n\n- Load imports from classpath\n  - Loading order. `@import \"{name}\";` at `{path}`.\n    1. check if file `{path}/{name}.scss` exists\n    2. try `(io/resource \"{name}.scss\")`\n    3. try `(io/resource \"{path}/{name}.scss\")`\n    4. check if webjars asset map contains `{name}`\n      - Resource `META-INF/resources/webjars/{package}/{version}/{path}` can be referred using `{package}/{path}`\n      - E.g. `bootstrap/scss/bootstrap.scss` =\u003e `META-INF/resources/webjars/bootstrap/4.0.0-alpha/scss/bootstrap.scss`\n  - You should be able to depend on `[org.webjars.bower/bootstrap \"4.0.0-alpha\"]`\n    and use `@import \"bootstrap/scss/bootstrap\";`\n  - Use boot debug to find what is being loaded:\n    `boot -vvv scss`\n\n## License\n\nCopyright © 2014-2015 Juho Teperi\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderaen%2Fboot-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderaen%2Fboot-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderaen%2Fboot-sass/lists"}