@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
38 lines (31 loc) • 1.19 kB
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 -
each dep in deps
script(src=dep)
body
.testSuite_heading
.testSuite_heading-title #{title} <span>
.testSuite_heading-actions
.testSuite_heading-actions-storeResults
.testSuite_heading-actions-storeResults-title Store Results
.testSuite_heading-actions-storeResults-toggle.enabled
.testSuite_heading-actions-storeResults-toggle-ball
a.testSuite_heading-actions-backButton(href='/')
.testSuite_heading-actions-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')