Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a brunch sample #73

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatted index.html
  • Loading branch information
kloncentaur8 committed Mar 1, 2016
commit ece2ba16275062d73d9a325fb4e0731ada66856f
17 changes: 16 additions & 1 deletion appengine/brunch/app/assets/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
<!DOCTYPE html><head><meta charset="utf-8"><meta name="viewport" content="initial-scale=1.0, user-scalable=no"><!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323--><meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi"><title>Brunch with ES6</title><script src="/libraries.js"></script><script src="/app.js"></script><script>require('application').init();</script></head><body><div id="app"><h1>Hello World!</h1></div></body>
<!DOCTYPE html>
<head><meta charset="utf-8"><meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323-->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi">
<title>Brunch with ES6 running on Google App Engine</title>
<script src="/libraries.js"></script>
<script src="/app.js"></script>
<script>
require('application').init();
</script>
</head>
<body>
<div id="app">
<h1>Hello World!</h1>
</div>
</body>