{"id":13798804,"url":"https://github.com/elquimista/koa-sass","last_synced_at":"2026-05-09T14:35:34.373Z","repository":{"id":130484942,"uuid":"77216037","full_name":"elquimista/koa-sass","owner":"elquimista","description":"Koa@2 middleware for processing scss","archived":false,"fork":false,"pushed_at":"2018-05-30T18:02:11.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-19T04:47:33.224Z","etag":null,"topics":["koa","koa2","middleware","sass"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/elquimista.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-23T09:50:43.000Z","updated_at":"2024-08-04T00:03:15.093Z","dependencies_parsed_at":null,"dependency_job_id":"3a4484e5-8ae7-4929-b0fa-073f69fd7cfb","html_url":"https://github.com/elquimista/koa-sass","commit_stats":null,"previous_names":["clthck/koa-sass"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fkoa-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fkoa-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fkoa-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elquimista%2Fkoa-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elquimista","download_url":"https://codeload.github.com/elquimista/koa-sass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244313827,"owners_count":20433011,"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":["koa","koa2","middleware","sass"],"created_at":"2024-08-04T00:00:54.070Z","updated_at":"2026-01-04T06:32:12.925Z","avatar_url":"https://github.com/elquimista.png","language":"JavaScript","funding_links":[],"categories":["仓库"],"sub_categories":["中间件"],"readme":"## koa.sass\n\nKoa@2 middleware for processing sass files, integrated with [koa-mount](https://github.com/koajs/mount) and [koa-static](https://github.com/koajs/static).\n\n### Install\n\n```\nnpm i --save koa.sass\n```\n\n### Usage Example\n\n```javascript\nconst Koa = require('koa');\nconst serveSass = require('koa.sass');\nconst mount = require('koa-mount');\nconst serveStatic = require('koa-static');\n\nconst app = new Koa();\n\napp.use(serveSass({\n  mountAt: '/assets',\n  src: './app/assets/stylesheets',\n  dest: './.tmp/stylesheets',\n  importPaths: ['./node_modules']\n});\napp.use(mount('/assets', serveStatic('./node_modules')));\napp.use(mount('/assets', serveStatic('./app/assets/javascripts')));\n\napp.listen(3000);\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felquimista%2Fkoa-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felquimista%2Fkoa-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felquimista%2Fkoa-sass/lists"}