Files
freeCodeCamp/server/views/layout-react.jade
Berkeley Martinez 6c48395868 separate main manifest generation from sub manifests
in dev mode always pull manifest on each request
add manifest build to gulp build task
add react bundle to manifest generation
2015-08-28 15:56:58 -07:00

15 lines
360 B
Plaintext

doctype html
html(ng-app='profileValidation', lang='en')
head
if title
title= title
else
title redirecting to | Free Code Camp
include partials/small-head
body.top-and-bottom-margins(style='overflow: hidden')
.container
include partials/flash
#fcc!= markup
script!= state
script(src=rev('/js', 'bundle.js'))