{"id":13407842,"url":"https://github.com/andrewdavey/cassette","last_synced_at":"2025-12-29T23:38:10.882Z","repository":{"id":37848800,"uuid":"2072776","full_name":"andrewdavey/cassette","owner":"andrewdavey","description":"Manages .NET web application assets (scripts, css and templates)","archived":false,"fork":false,"pushed_at":"2022-06-22T15:56:54.000Z","size":44468,"stargazers_count":536,"open_issues_count":125,"forks_count":144,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-07-31T20:28:24.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://getcassette.net","language":"C#","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/andrewdavey.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing/fx35.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-19T15:24:17.000Z","updated_at":"2024-07-02T18:13:56.000Z","dependencies_parsed_at":"2022-08-19T14:42:15.140Z","dependency_job_id":null,"html_url":"https://github.com/andrewdavey/cassette","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewdavey%2Fcassette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewdavey%2Fcassette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewdavey%2Fcassette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewdavey%2Fcassette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewdavey","download_url":"https://codeload.github.com/andrewdavey/cassette/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243578165,"owners_count":20313774,"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-07-30T20:00:48.964Z","updated_at":"2025-12-29T23:38:10.876Z","avatar_url":"https://github.com/andrewdavey.png","language":"C#","funding_links":[],"categories":["Assets","资产","资源（Assets）","C# #"],"sub_categories":[],"readme":"# Cassette\n\nCassette's website: [getcassette.net](http://getcassette.net).\n\nWeb applications today are using more JavaScript than ever. As a result, structuring these files is becoming a problem. You wouldn't put all your C# classes within a single .cs file, so why do that with JavaScript?\n\nCreating lots of smaller .js files is good development practice. However, downloading 100 individual files will make YSlow very unhappy! Better to concatenate and minify the files into logical \"bundles\" for use in production.\n\nIn ASP.NET there currently exist partial solutions, but nothing handles all the following:\n\n* Parse the dependencies between scripts and correctly order the files.\n  Using JavaScript 'reference' comments already gives you VS intellisense, now they also give automatic build dependency ordering!\n* View pages AND partial views can reference scripts.\n* Layout/master page makes a single \"RenderScripts\" call to generate all the required script elements.\n* Rich Debug-time output.\n  Full, individual source scripts are rendered into the HTML. So debugging with tools like FireBug match one-to-one with your source.\n* Efficient Release-time output.\n  JavaScript files are concatentated and minified into bundles. Each bundle is versioned using a hash and is very cache friendly.\n* No change in view code between debug and release.\n* Compile CoffeeScript \u0026 LESS (in both debug and release modes).\n* Build modules at runtime and cache in isolated storage.\n  No complex build tooling required and medium-trust is fully supported.\n\nCassette does all this [and more](http://getcassette.net/benefits)!\n\n## Install into your web application using Nuget ##\n\n    Install-Package Cassette.Aspnet\n\n## Documentation ##\n\nCheck out the [docs](http://getcassette.net/documentation/getting-started) on the website for help getting started.\n\n## Contributing ##\n\nCheckout the `contributing` folder in the repository for more information.\n\n## Support and Discussion ##\n\n[Join the Discussion Group](http://groups.google.com/group/cassette) to ask questions and learn about new features.\n\nIf you have questions, let me know here: [@getcassette](http://twitter.com/getcassette).\n\n[Commercial support](http://getcassette.net/support) is also available if you need it.\n\n## Open Source License ##\n\nCassette is free software, distributed under the [MIT License](https://raw.github.com/andrewdavey/cassette/master/license.txt)\n\nCopyright (c) 2012 Andrew Davey\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewdavey%2Fcassette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewdavey%2Fcassette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewdavey%2Fcassette/lists"}