* Remove bundlerminifier in bundling-and-minfication-md
* Rewrote WebOptimizer intro.
* Update aspnetcore/client-side/bundling-and-minification.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Removed B&M related sections.
* Removed mention of config solution.
* Removed mention of config solution.
* Removed samples folder and moved remaining cshtml and js inline.
* Apply suggestions from code review
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Removed grunt link from additional resources
* forcing new build with a minor update, something up with build service
* pinging for a build in case I get lucky.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Fixes#9219
@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.
I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
Addresses #1950
AFAICT there's no reason to keep the old sample merely to show the
\<environment> tag helpers of the `_Layout.cshtml` file. Those tags are
in the new sample for the topic.