Skip to content

Commit

Permalink
heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesbradshaw committed Mar 23, 2016
1 parent 83e12de commit a39bdd1
Show file tree
Hide file tree
Showing 20 changed files with 14,125 additions and 6,049 deletions.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"presets": [
{
"plugins": [

"./build/babelRelayPlugin",
"transform-flow-strip-types"
]
Expand Down
3 changes: 2 additions & 1 deletion build2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>uaQL</title>
</head>
<body>
here
<a href='graphql'>graphql</a>
<div id='io'></div>
<div id="root"></div>
Expand All @@ -14,6 +15,6 @@
// in developer tools for the native `fetch`.
self.fetch = null;
</script>
<script src="js/app.js"></script>
<script src="/js/app.js"></script>
</body>
</html>
Loading

0 comments on commit a39bdd1

Please sign in to comment.