nci/views/index.jade

28 lines
545 B
Plaintext
Raw Normal View History

2015-04-10 20:17:03 +00:00
doctype html
html
head
2015-05-04 09:45:45 +00:00
title nci
2015-05-09 20:19:25 +00:00
link(href="/css/index.css", rel="stylesheet", type="text/css")
2015-05-04 09:45:45 +00:00
if env === 'development'
script(type="text/javascript", src="/js/libs/requirejs/require.js")
else
script
include ../static/js/libs/almond/almond.js
if env === 'development'
script
include ../static/js/requirejs/development.js
else
script
include ../static/js/requirejs/production.js
script
2015-07-28 17:25:08 +00:00
include ../static/js/app.build.js
2015-04-10 20:17:03 +00:00
script(type="text/javascript").
require(['app/app']);
body
#content