Skip to content

Commit

Permalink
Update scaffolded app.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Aug 30, 2016
1 parent 45ca574 commit 7bef251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/assets/scaffold/config/development.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key": "value"
"key": "value"
}
1 change: 1 addition & 0 deletions bin/assets/scaffold/public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<title>Elm-UI Scaffolded App</title>
</head>
<body>
<script src='Main.js' type='application/javascript'></script>
Expand Down
2 changes: 1 addition & 1 deletion bin/assets/scaffold/source/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Msg

init : Model
init =
{ app = Ui.App.init "Elm-UI Project"
{ app = Ui.App.init
, counter = 0
}

Expand Down

0 comments on commit 7bef251

Please sign in to comment.