{"id":13476007,"url":"https://github.com/markstory/asset_compress","last_synced_at":"2025-05-15T07:05:44.454Z","repository":{"id":44826871,"uuid":"553608","full_name":"markstory/asset_compress","owner":"markstory","description":"An asset compression plugin for CakePHP.  Provides file concatenation and a flexible filter system for preprocessing and minification.","archived":false,"fork":false,"pushed_at":"2025-04-25T13:33:20.000Z","size":1187,"stargazers_count":371,"open_issues_count":33,"forks_count":128,"subscribers_count":29,"default_branch":"5.x","last_synced_at":"2025-04-25T14:43:56.793Z","etag":null,"topics":["asset-pipeline","cakephp","cakephp-plugin","php"],"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/markstory.png","metadata":{"files":{"readme":"README.mdown","changelog":"CHANGELOG.txt","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":"2010-03-09T04:19:47.000Z","updated_at":"2025-02-25T22:54:27.000Z","dependencies_parsed_at":"2023-09-29T02:40:04.729Z","dependency_job_id":"c1462b53-ad3c-447f-8c5e-4a7c563e1b05","html_url":"https://github.com/markstory/asset_compress","commit_stats":{"total_commits":861,"total_committers":70,"mean_commits":12.3,"dds":"0.29849012775842043","last_synced_commit":"dca5354968f62e1018b5c660a405806afcc6df88"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstory%2Fasset_compress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstory%2Fasset_compress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstory%2Fasset_compress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstory%2Fasset_compress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markstory","download_url":"https://codeload.github.com/markstory/asset_compress/tar.gz/refs/heads/5.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292041,"owners_count":22046426,"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":["asset-pipeline","cakephp","cakephp-plugin","php"],"created_at":"2024-07-31T16:01:25.606Z","updated_at":"2025-05-15T07:05:39.439Z","avatar_url":"https://github.com/markstory.png","language":"PHP","funding_links":[],"categories":["PHP","Asset Management","Plugins"],"sub_categories":["Asset Management"],"readme":"# Asset Compress\n\n[![Build Status](https://travis-ci.org/markstory/asset_compress.svg?branch=master)](https://travis-ci.org/markstory/asset_compress)\n[![codecov.io](https://codecov.io/github/markstory/asset_compress/coverage.svg?branch=master)](https://codecov.io/github/markstory/asset_compress?branch=master)\n[![Total Downloads](https://img.shields.io/packagist/dt/markstory/asset_compress.svg?style=flat-square)](https://packagist.org/packages/markstory/asset_compress)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)\n\n\nAsset Compress is CakePHP plugin for helping reduce the number of requests, and optimizing the remaining requests your application makes for Javascript and CSS files.\n\n### Features\n\n* Development mode builder that rebuilds assets on each request.\n* Command line build tool to compile static assets for deployment.\n* Built-in support for LESScss, Sass and CoffeeScript, as well as several\n  minifiers.\n* Powerful and flexible filter system allowing you to add your own\n  minifiers/pre-processors.\n* Simple configuration file.\n* Incremental builds that don't recompile assets when they don't need to\n  be.\n\n## Installing\n\nAdd this plugin to your application with composer:\n\n    php composer.phar require markstory/asset_compress\n\nThen make sure you load the plugin:\n\n    // in src/Application.php\n    // in the bootstrap() method add\n    $this-\u003eaddPlugin('AssetCompress');\n\nCopy the `config/asset_compress.sample.ini` from the plugin to your app's\n`config/asset_compress.ini`. From there read the [wiki](http://github.com/markstory/asset_compress/wiki)\nfor more information.\n\n## Documentation\n\nDocumentation for AssetCompress is available on the [github wiki pages](http://github.com/markstory/asset_compress/wiki)\n\n## Issues\n\nPlease report any issues you have with the plugin to the [issue tracker](http://github.com/markstory/asset_compress/issues) on github.\n\n## License\n\nAsset Compress is offered under an [MIT license](http://www.opensource.org/licenses/mit-license.php).\n\n### Authors\n\nSee the [github contributors list](https://github.com/markstory/asset_compress/graphs/contributors)\n\n### Changelog\n\nSee CHANGELOG for changes only available on `master`. See\n[github releases](https://github.com/markstory/asset_compress/releases) for changelogs on previous releases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkstory%2Fasset_compress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkstory%2Fasset_compress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkstory%2Fasset_compress/lists"}