Skip to content

Instantly share code, notes, and snippets.

@damienklinnert
Created July 13, 2012 12:58
Show Gist options
  • Save damienklinnert/3104763 to your computer and use it in GitHub Desktop.
Save damienklinnert/3104763 to your computer and use it in GitHub Desktop.
some example jade
!!! 5
html
head
meta(charset='utf-8')
title jadepreview
body
h1 jadepreview
h2
| Converts
a(href='http://jade-lang.com/') jade templates
|
| to html and previews them directly in the browser.
p This Chrome plugin enables support for .jade files.
p Whenever you write your views with jade's template engine, you have to compile them before you can view them. Wouldn't it be nice to check how your templates look straight from the browser?
p This plugin enables you to do this. Just install it, allow access to local files in extension preferences and you are ready to go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment