Created
June 3, 2014 21:29
-
-
Save hellvispresley/1430a32bec3859a0a895 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<title> Microscope</title> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="layout"> | |
<div class="container"> | |
<header class="navbar"> | |
<div class="navbar-inner"> | |
<a class="brand" href="/">inTouch Communications</a> | |
</div> | |
</header> | |
<div id="main" class="row-fluid"> | |
{{> yield }} | |
</div> | |
</div> | |
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Meteor.subscribe('posts'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"packages": { | |
"iron-router": {} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meteor": {}, | |
"dependencies": { | |
"basePackages": { | |
"iron-router": {} | |
}, | |
"packages": { | |
"iron-router": { | |
"git": "https://github.com/EventedMind/iron-router.git", | |
"tag": "v0.7.1", | |
"commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb" | |
}, | |
"blaze-layout": { | |
"git": "https://github.com/EventedMind/blaze-layout.git", | |
"tag": "v0.2.4", | |
"commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment