Skip to content

Commit

Permalink
Resolve Stashy dependency from nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 13, 2013
1 parent 1499c06 commit 3aeaa0d
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DurandalAuth.Web/Content/Stashy.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.st-offcanvas * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
margin: 0;
}

Expand Down
1 change: 1 addition & 0 deletions DurandalAuth.Web/Content/Stashy.min.css

Large diffs are not rendered by default.

Binary file removed DurandalAuth.Web/Content/images/icon.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 4 additions & 5 deletions DurandalAuth.Web/DurandalAuth.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,11 @@
<Content Include="Content\icons\no_photo.png" />
<Content Include="Content\ie10mobile.css" />
<Content Include="Content\images\arrow.png" />
<Content Include="Content\images\icon.png" />
<Content Include="Content\images\ios-startup-image-landscape.png" />
<Content Include="Content\images\ios-startup-image-portrait.png" />
<Content Include="Content\images\spinner.png" />
<Content Include="Content\images\zen-form-sprites.png" />
<Content Include="Content\jquery.tagsinput.css" />
<Content Include="Content\Stashy.css" />
<Content Include="Content\Stashy.min.css" />
<Content Include="Content\toastr.css" />
<Content Include="Content\vs.css" />
<Content Include="Content\zen-form.css" />
Expand Down Expand Up @@ -333,6 +331,9 @@
<Content Include="Scripts\durandal\transitions\entrance.js" />
<Content Include="Scripts\durandal\viewEngine.js" />
<Content Include="Scripts\durandal\viewLocator.js" />
<Content Include="Scripts\jquery.hammer.min.js" />
<Content Include="Scripts\Stashy.js" />
<Content Include="Scripts\Stashy.min.js" />
<Content Include="weyland-config.js" />
<None Include="Scripts\jquery-1.9.1.intellisense.js" />
<None Include="Scripts\breeze.intellisense.js" />
Expand All @@ -346,7 +347,6 @@
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<Content Include="Scripts\jquery-2.0.3.js" />
<Content Include="Scripts\jquery-2.0.3.min.js" />
<Content Include="Scripts\jquery.hammer.min.js" />
<Content Include="Scripts\jquery.tagsinput.js" />
<Content Include="Scripts\knockout-2.2.1.debug.js" />
<Content Include="Scripts\knockout-2.2.1.js" />
Expand All @@ -362,7 +362,6 @@
<Content Include="Scripts\q.min.js" />
<Content Include="Scripts\r.js" />
<Content Include="Scripts\require.js" />
<Content Include="Scripts\Stashy.js" />
<Content Include="Scripts\text.js" />
<Content Include="Scripts\toastr.js" />
<Content Include="Scripts\zen-form.js" />
Expand Down
42 changes: 42 additions & 0 deletions DurandalAuth.Web/Scripts/Stashy.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions DurandalAuth.Web/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<package id="Q" version="0.9.6" targetFramework="net45" />
<package id="RequireJS" version="2.1.8" targetFramework="net45" />
<package id="RequireJS.Text" version="2.0.7" targetFramework="net45" />
<package id="Stashy" version="1.0.0" targetFramework="net45" />
<package id="structuremap" version="2.6.4.1" targetFramework="net45" />
<package id="StructureMap.MVC4" version="2.6.4.3" targetFramework="net45" />
<package id="System.Spatial" version="5.5.0" targetFramework="net45" />
Expand Down

0 comments on commit 3aeaa0d

Please sign in to comment.