aspnet / Templates

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

Incorrect casing in Bower item template description #622 #637

Closed sayedihashimi closed 8 years ago

sayedihashimi commented 8 years ago

From https://github.com/aspnet/Tooling/issues/622 @scottaddie The "Bower Configuration File" item template will create a file named bower.json. The template's description should reflect that name exactly. Please convert the uppercase "B" to lowercase.

bowerjson

The screenshot above depicts what I'm seeing in VS 2015 Update 3.

phenning commented 8 years ago

Easy fix, we should also update the description and remove the awkward wording:

Bower Configuration Files: bower.json and .bowerrc and for WAP and websites it should read: Bower Configuration File: bower.json

phenning commented 8 years ago

Fix checked into WTE

scottaddie commented 8 years ago

@phenning Thanks for the quick turnaround on this! It's very much appreciated.