sjefvanleeuwen / blazor-adminlte

This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor / Server / Web Assembly
https://blazorize-adminlte.morstead.nl/
MIT License
267 stars 116 forks source link

Clean dev files from AdminLTE Content Nuget #41

Closed sjefvanleeuwen closed 3 years ago

sjefvanleeuwen commented 3 years ago

Some people experience SHA errors when publishing. For example the .eslintrc.js, which are development configuration files. https://github.com/sjefvanleeuwen/blazor-adminlte/tree/master/src/Blazor.AdminLte.Content/wwwroot/plugins/raphael

These files can be removed. Preferably leave the .min and .map files in the distribution. See: #40

sjefvanleeuwen commented 3 years ago

Unused plugins haven been removed from admin lte content in commit 0d2e11f0b10c888a45d50a1f91d02319bd2a05dd . They will be added when new features are added that rely on interop to js plugins.