Use node.js for browser-based CI

This commit is contained in:
wood
2019-03-13 21:25:40 -07:00
committed by Gregg Van Hove
parent f5663a9076
commit 828d14f48e
12 changed files with 275 additions and 35 deletions

10
index.pug Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
html
head
title Jasmine suite
link(rel="shortcut icon" href="images/jasmine_favicon.png" type="image/png")
link(rel="stylesheet" href="lib/jasmine-core/jasmine.css" type="text/css" media="screen")
-
each file in files
script(src=file type="text/javascript")
body