Skip to content

Commit

Permalink
Testing for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sethwebster committed Apr 8, 2012
1 parent 5b56f9e commit 93f6b75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Jabbot.AspNetBotHost/Jabbot.AspNetBotHost.csproj
Expand Up @@ -92,6 +92,21 @@
<Content Include="Scripts\jquery-1.6.4.min.js" />
<Content Include="Scripts\jquery.signalR.js" />
<Content Include="Scripts\jquery.signalR.min.js" />
<Content Include="Sprockets\EntityFramework.CodeFirst.TestHelpers.dll" />
<Content Include="Sprockets\EntityFramework.dll" />
<Content Include="Sprockets\EntityFramework.Migrations.dll" />
<Content Include="Sprockets\EntityFramework.Migrations.xml" />
<Content Include="Sprockets\EntityFramework.xml" />
<Content Include="Sprockets\Hammock.ClientProfile.dll" />
<Content Include="Sprockets\Hammock.ClientProfile.pdb" />
<Content Include="Sprockets\Hammock.dll" />
<Content Include="Sprockets\Hammock.pdb" />
<Content Include="Sprockets\Jabbot.TwitterNotifierSprocket.dll" />
<Content Include="Sprockets\Jabbot.TwitterNotifierSprocket.pdb" />
<Content Include="Sprockets\TweetSharp.dll" />
<Content Include="Sprockets\TweetSharp.pdb" />
<Content Include="Sprockets\WebActivator.dll" />
<Content Include="Sprockets\WebActivator.pdb" />
<Content Include="views\index.html" />
<Content Include="Web.config">
<SubType>Designer</SubType>
Expand Down Expand Up @@ -119,6 +134,9 @@
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Sprockets\Jabbot.TwitterNotifierSprocket.dll.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<ProjectExtensions>
Expand Down
2 changes: 1 addition & 1 deletion Jabbot/Bot.cs
Expand Up @@ -135,7 +135,7 @@ public void PowerUp()
client.Connect(Name, _password).ContinueWith(task =>
{
LogOnInfo info = task.Result;
// IntializeSprockets();
IntializeSprockets();
}).Wait();
isActive = true;
}
Expand Down

0 comments on commit 93f6b75

Please sign in to comment.