Skip to content

Commit

Permalink
Changed to hardcode ../build until we have {{buildDirectory}} token s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
sdesai committed Jul 22, 2011
1 parent f200ed0 commit 655c0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
</style>

<link rel="stylesheet" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset/cssreset-min.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="../build/cssreset/cssreset-min.css" type="text/css" charset="utf-8">

<link rel="stylesheet" href="{{componentAssets}}/horizontal.css" type="text/css" charset="utf-8">
<link media="handheld, only screen and (max-device-width: 480px)" href="{{componentAssets}}/horizontal-smallscreen.css" type="text/css" rel="stylesheet" charset="utf-8">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
</style>

<link rel="stylesheet" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset/cssreset-min.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="../build/cssreset/cssreset-min.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="{{componentAssets}}/vertical.css" type="text/css" charset="utf-8">
<link media="handheld, only screen and (max-device-width: 480px)" href="{{componentAssets}}/vertical-smallscreen.css" type="text/css" rel="stylesheet" charset="utf-8">

Expand Down

0 comments on commit 655c0be

Please sign in to comment.