Merge lp:~evilnick/juju-core/docs-last-jade-version into lp:juju-core/docs

Proposed by Nick Veitch
Status: Rejected
Rejected by: Nick Veitch
Proposed branch: lp:~evilnick/juju-core/docs-last-jade-version
Merge into: lp:juju-core/docs
Diff against target: 26 lines (+7/-0)
2 files modified
src/charms-deploying.jade (+1/-0)
src/inc/layout.jade (+6/-0)
To merge this branch: bzr merge lp:~evilnick/juju-core/docs-last-jade-version
Reviewer Review Type Date Requested Status
Nick Veitch Pending
Review via email: mp+171381@code.launchpad.net

Description of the change

stacktack added. last jade version

To post a comment you must log in.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/charms-deploying.jade'
2--- src/charms-deploying.jade 2013-06-12 23:38:04 +0000
3+++ src/charms-deploying.jade 2013-06-25 18:11:25 +0000
4@@ -45,4 +45,5 @@
5 </code></pre>
6 <h1>A note about caching...</h1>
7 <p>After juju resolves a charm and its dependencies, it bundles them and deploys them to a machine provider charm cache/repository (e.g. ~/.juju/charmcache). This allows the same charm to be deployed to multiple machines repeatably and with minimal network transfers.</p>
8+
9 </section>
10
11=== modified file 'src/inc/layout.jade'
12--- src/inc/layout.jade 2013-06-17 15:16:32 +0000
13+++ src/inc/layout.jade 2013-06-25 18:11:25 +0000
14@@ -16,6 +16,12 @@
15 mixin stylesheet('https://juju.ubuntu.com/wp-content/themes/juju-website/css/base.css')
16 mixin stylesheet('https://juju.ubuntu.com/wp-content/themes/juju-website/css/resources.css')
17 mixin stylesheet('css/main.css')
18+ script(src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js")
19+ script(src="http://app.stacktack.com/jquery.stacktack.min.js")
20+ script(type='text/javascript')
21+ $(document).ready(function() {
22+ $(document).stacktack();
23+ });
24 block styles
25 //if lt IE 9
26 script(type='text/javascript', src='//html5shim.googlecode.com/svn/trunk/html5.js')

Subscribers

People subscribed via source and target branches