UNPKG

grunt-doctrine

Version:

Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application

49 lines (41 loc) 1.49 kB
<!doctype html> <html> <head> <meta charset="UTF-8" /> <title>backbone.layoutmanager Test Suite</title> <!-- Bower components --> <link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css"> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../bower_components/jquery/jquery.js"></script> <script src="../bower_components/underscore/underscore.js"></script> <script src="../bower_components/backbone/backbone.js"></script> <script src="../backbone.layoutmanager.js"></script> <script src="../bower_components/requirejs/require.js"></script> <!-- Util scripts --> <script src="util/util.js"></script> <!-- Test scripts --> <script src="spec/expose.js"></script> <script src="spec/configure.js"></script> <script src="spec/setup.js"></script> <script src="spec/views.js"></script> <script src="spec/dom.js"></script> <script type="text/template" id="dom-template"> This template lives in the <b>DOM</b> </script> <script type="text/template" id="test"> Sample template. </script> </head> <body> <h1 id="qunit-header">backbone.layoutmanager Test Suite</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture">test markup</div> <div id="container" style="display:none"></div> <div id="prefilled" style="display:none"> <span class="test"></span> </div> </body> </html>