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

30 lines (25 loc) 839 B
<!doctype html> <html> <head> <meta charset="UTF-8" /> <title>Lo-Dash Template Loader: RequireJS Tests</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/requirejs/require.js"></script> <!-- Test scripts --> <script src="spec/requirejs.js"></script> </head> <body> <h1 id="qunit-header">Lo-Dash Template Loader: RequireJS Tests</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>