SteveSandersonMS / BlazorInputFile

A file input component for Blazor applications
250 stars 75 forks source link

No minified inputfile.js #28

Open PankajRawat333 opened 4 years ago

PankajRawat333 commented 4 years ago

While optimization of my site, I noticed inputfile.js is not minified

I'm using Visual Studio Extension to minified JS and CSS, since this is part of library I cannot minify this file.

RealHabix commented 4 years ago

You can manually download the file, minify it, put it in wwwroot and reference it from there