slideshow-generator
Version:
18 lines (17 loc) • 561 B
text/jade
doctype html
html
head
meta(charset='utf-8')
title Slide
meta(name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no')
if watcher
script(src='http://localhost:#{watcher.config.port}/livereload.js?snipver=1')
body
#app
script#data(type='plain/text')=data
if process.env.NODE_ENV==='development'
script __REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__
script(type='text/javascript' src='/app.js')
else
script(type='text/javascript')
include ../production/app.js