Move script/style paths to Gruntfile

This commit is contained in:
Vit Brunner
2014-10-29 13:36:05 +01:00
parent 7f581aedf1
commit 7df7fa7cc4
4 changed files with 46 additions and 51 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ html
title Side By Side test suite
meta(charset="utf-8")
include includes/scripts.html.jade
for script in scripts
script(src="#{script}")
// test scripts
link(rel="stylesheet", type="text/css", href="bower_components/qunit/qunit/qunit.css")