Closed mlorbetske closed 7 years ago
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.
The toolchain for bundler minifier is no longer included in build by default
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)
BundlerMinifier.Core
tooling should be removed from theproject.json
. Many people actually use gulp for the job.