Nate Barbettini

Results 49 comments of Nate Barbettini

It sounds like ASP.NET Core is running in Production mode because it isn't finding the `ASPNETCORE_ENVIRONMENT` variable. When you start up the server, does it say `Development` or `Production`?

Either way, I'll add a note about BuildBundlerMinifier. 👍

Another person who ran into this issue: https://www.gitbook.com/book/nbarbettini/little-asp-net-core-book/discussions/31 Note to self: we need to make it more clear that setting `ASPNETCORE_ENVIRONMENT` is necessary.

I know @xleon was working on one a while back, but I never heard if they finished or not. I'd love to get a Spanish translation! 👍 BTW, I am...

No problem @xleon 😄 Let me know if you decide to work on this @pmareke!

I can only read a tiny bit of Spanish but the Introduction looks great to me 👍

Btw @pmareke I'd recommend doing your translation work off the [update-1.1](https://github.com/nbarbettini/little-aspnetcore-book/tree/update-1.1) branch. I'm going to merge that to master in a few days.

Awesome, thanks Pedro!

Thanks @welkie! FYI, I'm currently super busy helping organize a conference in SF (https://iterateconf.io), so I won't be able to take a look right away. I'm excited to get contributions...

@welkie Good question - I'd definitely prefer to keep pull requests separate instead of adding to one giant PR. If you create a new branch `other-changes` off `master` and make...