{"id":13823192,"url":"https://github.com/Shazwazza/ClientDependency","last_synced_at":"2025-07-08T16:31:05.713Z","repository":{"id":7497886,"uuid":"8847382","full_name":"Shazwazza/ClientDependency","owner":"Shazwazza","description":"DEPRECATED. A library for managing CSS \u0026 JavaScript dependencies and optimization in ASP.Net","archived":false,"fork":false,"pushed_at":"2024-05-23T14:16:03.000Z","size":5110,"stargazers_count":139,"open_issues_count":35,"forks_count":65,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-11T12:46:58.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shazwazza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["shazwazza"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2013-03-18T05:00:34.000Z","updated_at":"2024-05-23T14:16:40.000Z","dependencies_parsed_at":"2024-06-21T03:06:04.056Z","dependency_job_id":null,"html_url":"https://github.com/Shazwazza/ClientDependency","commit_stats":{"total_commits":402,"total_committers":27,"mean_commits":14.88888888888889,"dds":0.4577114427860697,"last_synced_commit":"21f150983fa2f4e11851237ec1ef15d374e979cc"},"previous_names":["shandem/clientdependency"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shazwazza%2FClientDependency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shazwazza%2FClientDependency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shazwazza%2FClientDependency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shazwazza%2FClientDependency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shazwazza","download_url":"https://codeload.github.com/Shazwazza/ClientDependency/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225009397,"owners_count":17406386,"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-08-04T09:00:24.334Z","updated_at":"2024-11-20T00:30:55.298Z","avatar_url":"https://github.com/Shazwazza.png","language":"C#","readme":"# DEPRECATED \r\n![No Maintenance Intended](https://img.shields.io/maintenance/no/2017.svg)\r\n\r\n__This project is no longer maintained.__ The code will remain here and PRs can be submitted and accepted but there will be no active contributions from the maintainers of this project.\r\n\r\nIt is highly recommended to move off of .NET Framework and onto .NET Core and if runtime bundling/minification is required, than [Smidge](https://github.com/shazwazza/smidge/) is a maintained library that can do that.\r\n\r\n---\r\n\r\n## What is *ClientDependency Framework (CDF)* ?\r\n\r\nCDF is a framework for managing CSS \u0026 JavaScript dependencies and optimizations for your web application. It allows for each individual component in your web application to declare what CSS and JavaScript files they require instead of relying on a single master page to include all dependencies for all modules. It also manages runtime optimizations: minification, compression, caching, and so on....\r\n\r\nThis hugely simplifies collaborative development since any developer who is working on a component doesn't need to worry about what CSS/JavaScript is being included on the main page. CDF will wire everything up, ensure that your dependencies are ordered correctly, that there are no duplicates and render your CSS and JavaScript html tags properly on to the rendering page.\r\n\r\nCDF is flexible. It allows you to make any web component dependent on any CSS or JavaScript file individually. CDF does not require you to pre-define resources at startup (but you certainly can) and doesn't require you to know c# or VB. If you can write markup for Webforms or Razor then you can use CDF.\r\n\r\n## Out of the box you get\r\n\r\n* MVC support - Any view engine\r\n* Webforms support\r\n* Runtime dependency resolution\r\n* Pre-defined bundling\r\n* Combining, compressing \u0026 minifying output\r\n* Support for external/CDN files\r\n* Debug and release mode rendering\r\n* OutputCaching of the combined files\r\n* Persisting the combined composite files for increased performance when applications restart or when the Cache expires\r\n* Versioning the files ... great for ensuring your clients' browser cache is cleared!\r\n* Prioritizing dependencies\r\n* Pre-defined file paths - great for theming!\r\n* Detecting script and styles that are not explicitly registered with CDF and have the output compressed\r\n* Provider Model so you can choose how you would like your JS and CSS files rendered, combined, compressed \u0026 minified\r\n* MIME type compression output for things like JSON services, or anything you want\r\n* Control over how composite file URLs are structured if you need a custom format\r\n* Medium trust compatible (Core, MVC and .Less projects)\r\n* Native .Less, TypeScript, SASS \u0026 CoffeeScript support\r\n\r\n## Nuget\r\n\r\n\tPM\u003e Install-Package ClientDependency\r\n\r\n\tPM\u003e Install-Package ClientDependency-Mvc\r\n\r\n\tPM\u003e Install-Package ClientDependency-Less\r\n\r\n\tPM\u003e Install-Package ClientDependency-TypeScript\r\n\r\n\tPM\u003e Install-Package ClientDependency-Sass\r\n\r\n\tPM\u003e Install-Package ClientDependency-Coffee\r\n\r\n## [Documentation](https://github.com/Shandem/ClientDependency/wiki)\r\n\r\nClick the link to see the documentation on how to get started and more advanced techniques\r\n\r\n## [Releases](https://github.com/Shandem/ClientDependency/releases)\r\n\r\nShows information about all CDF releases\r\n\r\n## Copyright \u0026 Licence\r\n\r\n\u0026copy; 2018 by Shannon Deminick\r\n\r\nThis is free software and is licensed under the [Microsoft Public License (Ms-PL)](http://opensource.org/licenses/MS-PL)\r\n","funding_links":["https://github.com/sponsors/shazwazza"],"categories":["资源（Assets）"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShazwazza%2FClientDependency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShazwazza%2FClientDependency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShazwazza%2FClientDependency/lists"}