Skip to content
Snippets Groups Projects
Commit fb5681a4 authored by Greg Fodor's avatar Greg Fodor
Browse files

Add comment replacement and preview image

parent 9736bbcf
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 @@ ...@@ -2,6 +2,8 @@
<html> <html>
<head> <head>
<!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <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 %>"> <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 = { ...@@ -206,6 +206,12 @@ const config = {
to: "favicon.ico" to: "favicon.ico"
} }
]), ]),
new CopyWebpackPlugin([
{
from: "src/assets/images/hub-preview.png",
to: "hub-preview.png"
}
]),
// Extract required css and add a content hash. // Extract required css and add a content hash.
new ExtractTextPlugin({ new ExtractTextPlugin({
filename: "assets/stylesheets/[name]-[contenthash].css", 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