Skip to content

Commit

Permalink
Removed Grunt/Bower command
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jul 13, 2015
1 parent 936e15c commit 824a207
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 197 deletions.
11 changes: 0 additions & 11 deletions EditorExtensions/EditorExtensions.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -472,17 +472,6 @@
</Strings>
</Button>

<Button guid="guidEditorExtensionsCmdSet" id="AddGrunt" priority="0x2010" type="Button">
<Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_PROJECT_ADD_ITEMS"/>
<Icon guid="guidImages" id="bmpPicStrikethrough"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>TextChanges</CommandFlag>
<Strings>
<ButtonText>Grunt and Bower to Project</ButtonText>
</Strings>
</Button>

<Button guid="guidTypeScriptTypingsCmdSet" id="AddHubT4CommandId" priority="0x0106" type="Button">
<Parent guid="guidDiffCmdSet" id="MyMenuGroup" />
<CommandFlag>DefaultInvisible</CommandFlag>
Expand Down
126 changes: 0 additions & 126 deletions EditorExtensions/NPM/MenuItems/AddGruntToProject.cs

This file was deleted.

18 changes: 0 additions & 18 deletions EditorExtensions/NPM/Resources/bower.json

This file was deleted.

21 changes: 0 additions & 21 deletions EditorExtensions/NPM/Resources/gruntfile.js

This file was deleted.

8 changes: 0 additions & 8 deletions EditorExtensions/NPM/Resources/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions EditorExtensions/WebEssentials2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@
<Compile Include="Markdown\Completion\MarkdownCreationListener.cs" />
<Compile Include="Misc\FileNesting\BowerRcNestingRule.cs" />
<Compile Include="Misc\Minification\IFileMinifier.cs" />
<Compile Include="NPM\MenuItems\AddGruntToProject.cs" />
<Compile Include="HTML\Completion\AngularLogoCompletion.cs" />
<Compile Include="HTML\Completion\AppleLinkCompletion.cs" />
<Compile Include="HTML\Completion\AppleMetaCompletion.cs" />
Expand Down Expand Up @@ -880,9 +879,6 @@
<Content Include="Markdown\Margin\highlight.js">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="NPM\Resources\gruntfile.js">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Resource Include="Resources\Images\angular.png" />
<Resource Include="Resources\Images\foundation.png" />
<Resource Include="Resources\Images\blueprint.png" />
Expand Down Expand Up @@ -924,9 +920,6 @@
</VSCTCompile>
</ItemGroup>
<ItemGroup>
<Content Include="NPM\Resources\package.json">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="JavaScript\Snippets\Web Essentials\grunt.snippet">
<IncludeInVSIX>true</IncludeInVSIX>
<SubType>Designer</SubType>
Expand Down Expand Up @@ -992,9 +985,6 @@
<SubType>Designer</SubType>
</None>
<None Include="Markdown\Classify\Sample.md" />
<Content Include="NPM\Resources\bower.json">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="packages.config" />
<None Include="Resources\Images\Images.png" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions EditorExtensions/WebEssentialsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using MadsKristensen.EditorExtensions.BrowserLink.PixelPushing;
using MadsKristensen.EditorExtensions.BrowserLink.UnusedCss;
using MadsKristensen.EditorExtensions.Css;
using MadsKristensen.EditorExtensions.Grunt;
using MadsKristensen.EditorExtensions.Images;
using MadsKristensen.EditorExtensions.JavaScript;
using MadsKristensen.EditorExtensions.Markdown;
Expand Down Expand Up @@ -84,7 +83,6 @@ protected async override void Initialize()
PixelPushingMenu pixelPushingMenu = new PixelPushingMenu(mcs);
ReferenceJsMenu referenceJsMenu = new ReferenceJsMenu(mcs);
UnminifyMenu unMinifyMenu = new UnminifyMenu(mcs);
AddGruntToProject grunt = new AddGruntToProject(DTE, mcs);

HandleMenuVisibility(mcs);
referenceJsMenu.SetupCommands();
Expand All @@ -96,7 +94,6 @@ protected async override void Initialize()
diffMenu.SetupCommands();
transform.SetupCommands();
unMinifyMenu.SetupCommands();
grunt.SetupCommands();
}

// Hook up event handlers
Expand Down

0 comments on commit 824a207

Please sign in to comment.