@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
32 lines (26 loc) • 898 B
text/jade
doctype html
html
head
meta(charset='utf-8')
link(rel="stylesheet", href="../style.css")
script(src='../bower_components/bluebird/js/browser/bluebird.js')
script.
PromiseB = Promise
script(type='text/javascript', src='http://localhost:48626/takana.js')
script(type='text/javascript').
if (typeof takanaClient !== 'undefined')
takanaClient.run({host: 'localhost:48626'});
title Benchmarks - #{title}
each dep in deps
script(src=dep)
body
.testSuite_heading
.testSuite_heading-title #{title} <span>#{version}</span>
a.testSuite_heading-backButton(href='/')
.testSuite_heading-backButton-text Back To Index
.testSuite
script(src='../bower_components/polyfills/polyfills.js')
script(src='../bower_components/jquery/dist/jquery.js')
script(src='../bower_components/humanize/humanize.js')
script(src='../testSuite.js')
script(src='test.js')