Skip to content

Commit

Permalink
Fixing hogan test after refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetheredge committed Jul 5, 2012
1 parent 63f41a0 commit 000cd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SquishItAspNetMvcTest/Views/Preprocessors/Hogan.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@section JavaScript{
@MvcHtmlString.Create(
Bundle.JavaScript()
.Add("/Js/hogan/hogan-2.0.0.js")
.Add("/templates/hogan/template1.html")
.Add("/assets/js/hogan/hogan-2.0.0.js")
.Add("/assets/templates/hogan/template1.html")
.ForceRelease()
.Render("/output/templates_#.js"))
<script>
Expand Down

0 comments on commit 000cd33

Please sign in to comment.