Files
side-by-side/source/tests.html.jade
T
2014-12-16 21:47:30 +01:00

24 lines
499 B
Plaintext

doctype html
html
head
base(href="#{base}")
title Side By Side test suite
meta(charset="utf-8")
if min == true
link(rel="stylesheet", type="text/css", href="styles/test_min.css")
script(src="scripts/all_min.js")
script(src="scripts/test_min.js")
else
for script in scripts
script(src="#{script}")
for script in test_scripts
script(src="#{script}")
for style in test_styles
link(rel="stylesheet", type="text/css", href="#{style}")
body
div(id="qunit")