Perry Manole
Perry Manole
using: v9.11.0 library directly referenced: peer.addStream(stream) call on the initiator peer doesn't raise peer.on('stream', ...) event on the other peer after successful data connection. When stream is passed through the...
Running latest build: v3.2.463 Javascript minifier fails the entire file if it finds valid constructs like this: ``` let test = { foo() { // do stuff } } ```...
Was wondering, is it possible for someone familiar with the code to alter this plugin so that if Nuglify fails to minify one of the JS files in the set,...
Source map file doesn't get created when minifying and bundling CSS even though it is configured to do so: ``` { "outputFileName": "Bundles/bundle.css", "inputFiles": [ "AppThemes/V2/*.css", "Vue/Components/*.css" ], "sourceMap": true...
Whenever the minifier fails for whatever reason the plugin gives no warning or indication that this occured causing files to no longer be in sync. For example, the min file...
In v3.2.451: ```' .test { color: rgb(var(--on-color-rgb)); } ``` Just try to minify the CSS above
Using: v3.2.447 Visual Studio: 2019 with extension WebForms web site project When CSS/JS fails to minify how can I tell what the problem is? Is there a log or something...
In v3.2.451: ``` class Player { points = 0; } ``` Try minifying this.
Will this component work without jQuery (vanilla javascript)?
The installed tab for all my projects shows nothing even though I have plenty of packages installed. Does this not work with .NET Framework projects?