Skip to content

Instantly share code, notes, and snippets.

@shimar
Created June 3, 2014 13:11
Show Gist options
  • Save shimar/f7d538077e6f9aec709b to your computer and use it in GitHub Desktop.
Save shimar/f7d538077e6f9aec709b to your computer and use it in GitHub Desktop.
an example of jade file using connect-assets.
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