{"id":22576208,"url":"https://github.com/joseki/webloaderfilters","last_synced_at":"2026-04-01T17:02:20.929Z","repository":{"id":20650837,"uuid":"23932897","full_name":"Joseki/WebloaderFilters","owner":"Joseki","description":"jsMin and cssMin adapter to https://github.com/janmarek/WebLoader","archived":false,"fork":false,"pushed_at":"2015-10-12T06:35:18.000Z","size":179,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-27T23:42:24.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Joseki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-11T19:38:36.000Z","updated_at":"2024-11-29T17:02:46.000Z","dependencies_parsed_at":"2022-08-24T07:30:21.674Z","dependency_job_id":null,"html_url":"https://github.com/Joseki/WebloaderFilters","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Joseki/WebloaderFilters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joseki%2FWebloaderFilters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joseki%2FWebloaderFilters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joseki%2FWebloaderFilters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joseki%2FWebloaderFilters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joseki","download_url":"https://codeload.github.com/Joseki/WebloaderFilters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joseki%2FWebloaderFilters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-08T04:06:21.720Z","updated_at":"2026-04-01T17:02:20.887Z","avatar_url":"https://github.com/Joseki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Joseki/WebloaderFilters\n=======================\n\nAdapting javascript and CSS minify tools to [Webloader](https://github.com/janmarek/WebLoader).\n\nInstallation\n------------\n\nThe best way to install is using  [Composer](http://getcomposer.org/):\n\n```sh\n$ composer require joseki/webloader-filters\n```\n\nUsage\n-----\n\nRegister minify services to your `config.neon`:\n\n```yml\nservices:\n  cssMin: Joseki\\Webloader\\CssMinFilter\n  jsMin: Joseki\\Webloader\\JsMinFilter\n```\n\n... and then you can use them inside WebLoader extension as follows:\n\n```yml\nwebloader:\n  css:\n    default: # your WebLoader css control name\n      filters:\n        - @cssMin\n```\n\nor for javascript:\n\n```yml\nwebloader:\n  js:\n    default: # your WebLoader js control name\n      filters:\n        - @jsMin\n```\n\nNOTE: when using as a `fileFilters`, files containing `.min.` in their names will be ignored\n\n```yml\nwebloader:\n  js:\n    default: # your WebLoader js control name\n      files:\n        - script.js\n        - script.min.js    # this file will not be filtered by @jsMin\n      fileFilters:\n        - @jsMin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseki%2Fwebloaderfilters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoseki%2Fwebloaderfilters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoseki%2Fwebloaderfilters/lists"}