Files
2015-03-13 20:08:25 +01:00

25 lines
528 B
Plaintext

doctype html
html
head
base(href="#{base}")
title Side By Side test suite
meta(charset="utf-8")
script.
html5Mode=false;
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")