Skip to content

Commit

Permalink
Supply viewport metadata for retina displays
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Schamp committed Feb 6, 2017
1 parent 0e65d4f commit 596b616
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
</body>
</html>
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ module.exports = {
filename: 'lib.min.js'
}),
new HtmlWebpackPlugin({
template: 'src/index.ejs',
title: 'Scratch 3.0 GUI'
}),
new CopyWebpackPlugin([{
Expand Down

0 comments on commit 596b616

Please sign in to comment.