Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from flowhub/fix_leaflet
Browse files Browse the repository at this point in the history
Fix leaflet
  • Loading branch information
jonnor authored Nov 4, 2018
2 parents ce3d713 + f50cf17 commit c1f3c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="./vendor/leaflet/leaflet.css">
<meta name="theme-color" content="hsl(210, 98%, 46%)">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />

</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = {
{
from: 'node_modules/leaflet/dist/*.css',
to: 'vendor/leaflet/',
flatten: true,
},
]),
],
Expand Down

0 comments on commit c1f3c4b

Please sign in to comment.