Skip to content

Commit

Permalink
Merge pull request electron-react-boilerplate#7 from akovalyov/patch-2
Browse files Browse the repository at this point in the history
Add link to stylesheet in production env
  • Loading branch information
chentsulin committed Jun 1, 2015
2 parents 2994386 + 7e79e39 commit 90ff4cd
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 90ff4cd

Please sign in to comment.