Created
June 3, 2014 13:11
-
-
Save shimar/f7d538077e6f9aec709b to your computer and use it in GitHub Desktop.
an example of jade file using connect-assets.
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
doctype html | |
html | |
head | |
title= title | |
!= css('application') | |
body | |
div.container-fluid | |
block content | |
!= js('application') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment