cloudscribe / cloudscribe.templates

dotnet new templates for cloudscribe
Apache License 2.0
5 stars 3 forks source link

Remove node-sass and fix Bootstrap 5 minor version in template #80

Closed JimKerslake closed 2 years ago

JimKerslake commented 2 years ago

We're getting UI breakage if we allow the carat-ed version of Bootstrap stated in the package,json to auto-update to 5.2.x So fix it back to 5.1.x for now, since the UI is fully tested at that. Remove carat.

Also remove the gulp build dependency on deprecated node-sass and replace this with a reference to dart sass.

StewartBellamy commented 2 years ago

@JimKerslake - If using 5.1.x we'll need to get rid of the add user to role confirmation dialog. https://github.com/cloudscribe/cloudscribe/issues/806