Sha256: ff7126955ec3e9d64bf648f8532954998368c29cd6f79ec01fb479b2f217ad46
Contents?: true
Size: 1016 Bytes
Versions: 7
Compression:
Stored size: 1016 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" href="lib/themes/base/jquery-ui.css" /> <link rel="stylesheet" href="build/css/<%= details[:project] %>.screen.css" /> <script src="lib/jquery.min.js" type="text/javascript"></script> <script src="lib/jquery-ui.js" type="text/javascript"></script> <script src="build/<%= details[:project] %>.js" type="text/javascript"></script> </head> <body> <h1 id="banner">Sample page - <%= details[:project] %></h1> <p>This page displays your sample plugin based on the packed version at build/<%= details[:project] %>.js</p> <p>If you get errors, make sure that you have compiled the plugin first</p> <pre>rake compile</pre> <div id="<%= details[:project] %>" class="<%= details[:project] %>" /> <script type="text/javascript"> $(function(){ $('#<%= details[:project] %>').<%= details[:project] %>(); }) </script> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems