{"id":13659943,"url":"https://github.com/terrierscript/gulp-cssjoin","last_synced_at":"2025-09-11T13:40:37.670Z","repository":{"id":15026025,"uuid":"17751784","full_name":"terrierscript/gulp-cssjoin","owner":"terrierscript","description":"[DEPRECATED] Use postcss-import https://github.com/postcss/postcss-import","archived":false,"fork":false,"pushed_at":"2014-10-16T00:21:00.000Z","size":171,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T21:53:41.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"GaryJones/Gamajo-Template-Loader","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terrierscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-14T16:05:13.000Z","updated_at":"2019-09-05T14:10:28.000Z","dependencies_parsed_at":"2022-09-16T00:03:29.910Z","dependency_job_id":null,"html_url":"https://github.com/terrierscript/gulp-cssjoin","commit_stats":null,"previous_names":["suisho/gulp-cssjoin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/terrierscript/gulp-cssjoin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrierscript%2Fgulp-cssjoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrierscript%2Fgulp-cssjoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrierscript%2Fgulp-cssjoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrierscript%2Fgulp-cssjoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terrierscript","download_url":"https://codeload.github.com/terrierscript/gulp-cssjoin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrierscript%2Fgulp-cssjoin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274647664,"owners_count":25324292,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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-08-02T05:01:14.115Z","updated_at":"2025-09-11T13:40:37.654Z","avatar_url":"https://github.com/terrierscript.png","language":"JavaScript","readme":"# gulp-cssjoin\n\n\u003e Join css that @import syntax loaded file for gulp.\n\u003e more info [cssjoin](https://github.com/suisho/cssjoin)\n\n## Usage\n\n```\nnpm install gulp-cssjoin --save\n```\n\n### Simple Usage\n\n```js\nvar gulp = require('gulp');\nvar cssjoin = require('gulp-cssjoin');\ngulp.task('cssjoin', function(){\n  // default usage\n  gulp.src(\"./some/css_file.css\")\n      .pipe(cssjoin())\n      .pipe(gulp.dest(\"./output/css\"))\n\n  // with path option\n  gulp.src(src)\n      .pipe(\n        cssjoin({\n          paths : [\n            \"./htdocs\",\n          ]\n        })\n      )\n      .pipe(gulp.dest(\"./output/css\"))\n\n})\n```\n\n### With less output\n- sample for resolve @import after compile less\n\n```js\ngulp.task('css', function(){\n  gulp.src('./less/*.less')\n    .pipe(cssjoin())\n    .pipe(gulp.dest('./css/'))\n})\n\n```","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrierscript%2Fgulp-cssjoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrierscript%2Fgulp-cssjoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrierscript%2Fgulp-cssjoin/lists"}