Sha256: 730c8554f42ea2fdcfafbf4cf3e1ab392c184d22dea49f274a72777bb6d53711
Contents?: true
Size: 578 Bytes
Versions: 10
Compression:
Stored size: 578 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><%= namespace %></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <%%= stylesheet_link_tag '/application.css' %> </head> <body> <%%= javascript_include_tag '/application.js' %> <script> window.App = require('<%= namespace %>/app')['default'].create( Ember.merge(window.ENV, { environment: "<%%= Embork.env %>" })); </script> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems