Skip to content
Snippets Groups Projects
Unverified Commit 95d15e49 authored by Greg Fodor's avatar Greg Fodor Committed by GitHub
Browse files

Merge pull request #281 from mozilla/feature/header-meta-tags

Add comment replacement and preview image
parents 6c1506d6 4b5f3966
No related branches found
No related tags found
No related merge requests found
src/assets/images/hub-preview.png

22.8 KiB

......@@ -2,6 +2,8 @@
<html>
<head>
<!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="<%= ORIGIN_TRIAL_EXPIRES %>" content="<%= ORIGIN_TRIAL_TOKEN %>">
......
......@@ -206,6 +206,12 @@ const config = {
to: "favicon.ico"
}
]),
new CopyWebpackPlugin([
{
from: "src/assets/images/hub-preview.png",
to: "hub-preview.png"
}
]),
// Extract required css and add a content hash.
new ExtractTextPlugin({
filename: "assets/stylesheets/[name]-[contenthash].css",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment