Skip to content

Commit

Permalink
rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Feb 24, 2012
1 parent b51f53d commit b878419
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build/output/css/styles.css
Expand Up @@ -110,6 +110,13 @@ a:hover {
float: left;
margin-left: 10px;
}
.menu li.other-link {
float: right;
}
a.active {
color: #000;
text-decoration: none;
}
body {
margin: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion build/output/js/main.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion templates/optimize/page.html
Expand Up @@ -3,7 +3,7 @@ <h3>Optimization</h3>

<ol>
<li>Make sure you have node.js installed</li>
<li>Execute <code>./build.sh</code> inside the build folder</li>
<li>Execute <code>./build.sh</code> from inside the build folder</li>
<li>Find your ready to go application in `/build/output`</li>
</ol>

Expand All @@ -17,3 +17,8 @@ <h3>Explanation</h3>
<p>
Finally it creates a directory for your output and replaces the relative path to require.js with the latest version hosted on <a href="http://cdnjs.com">cdnjs.com</a>
</p>

<p>
A demo of the outputted code can be found at <a href="http://backboneboilerplate.com/build/output/">http://backboneboilerplate.com/build/output/</a>, make sure you check out the network request tab! (ignore the twitter assets)</p>
</p>

0 comments on commit b878419

Please sign in to comment.