Skip to content

Commit

Permalink
Add link to stylesheet in production env
Browse files Browse the repository at this point in the history
  • Loading branch information
akovalyov committed Jun 1, 2015
1 parent 6b3df5d commit 7e79e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Hello Electron React!</title>
<link rel="stylesheet" href="../dist/main.css" />
</head>
<body>
<div id="react-root"></div>
Expand Down

0 comments on commit 7e79e39

Please sign in to comment.