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.
It is highly recommended to move off of .NET Framework and onto .NET Core and if runtime bundling/minification is required, than Smidge is a maintained library that can do that.
CDF is a framework for managing CSS & 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....
This 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.
CDF 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.
PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
PM> Install-Package ClientDependency-Less
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-Sass
PM> Install-Package ClientDependency-Coffee
Click the link to see the documentation on how to get started and more advanced techniques
Shows information about all CDF releases
© 2018 by Shannon Deminick
This is free software and is licensed under the Microsoft Public License (Ms-PL)