aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Remove bower.json from the default ASP.NET Core Web Application new project template. #658

Closed mlorbetske closed 7 years ago

mlorbetske commented 8 years ago

Moved from https://github.com/aspnet/Tooling/issues/710 via @ryanelian

The matter of gulp vs grunt was resolved in a manner that did not incite another world war by removing the task runner from the project. (At the end I ended up using gulp nowadays but that's another topic for another day)

Now, can the bower.json be removed as well? (Currently it installs jquery, jquery-validation, jquery-validation-unobtrusive, bootstrap)

ryanelian commented 8 years ago

screenshot 2016-08-12 07 07 15

This is one other reason to remove the bower.json and the bundler / minifier thingy.

It actually failed my build when I wanted to DEPLOY my app to Azure App Service. Wut?

These things should be opt-in, not forced into everyone's throat.

mlorbetske commented 7 years ago

The toolchain for bundler minifier is no longer included in build by default