cassette
cassette copied to clipboard
Manages .NET web application assets (scripts, css and templates)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.10 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.10 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I have upgraded Cassette to new version 2.4.2, and then I started getting the below error Could not load type 'Cassette.Trace' from assembly 'Cassette, Version=2.4.2.13844, Culture=neutral, PublicKeyToken=null'. at Cassette.Web.StartUp.PreApplicationStart() I...
Noobie here, Can this media framework can be used in production for an react-native app??
When I use arrow function: ` setTimeout(() => this._check(), 1000);` it completely messes up the minified scripts. My widget that contains that function ends up like this: ``` NEWS.CheckIfItemExists.prototype, this._timeout(),...
Example: width: calc(100% - 100) minifies to width: calc(100%- 100) Version: 2.0.0.17974
Cassette has a AjaxMin dependency on version 4.84 or greater.  I was updating AjaxMin to the latest version (4.97.4951.28483) and get an assembly load error: ``` log System.Exception: Bundle...
We're using Cassette 2.0 and every now and then, the bundled assets in Cassette return an empty file. We're seeing this issue at multiple clients. We need to 'touch' a...
We've had a production system down for a couple weeks now that traced back to a failing assumption in Cassette. Its _not the fault_ of Cassette, but just an obscurity...
I have a web app that works fine in debug, but does not load any files in /fonts or /images that are included in css url() in production. When there...