temp
This commit is contained in:
parent
8a62fedaf2
commit
b375cb7733
3 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="home.css">
|
||||
<link rel="stylesheet" type="text/css" href="src/resources/landing/home.css">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
|
@ -70,6 +70,7 @@
|
|||
<include>doc/**/*</include>
|
||||
<include>node_modules/**/*</include>
|
||||
<include>index.html</include>
|
||||
<include>home.html</include>
|
||||
<include>systemjs.config.js</include>
|
||||
</includes>
|
||||
</resource>
|
||||
|
|
|
|||
|
|
@ -91,11 +91,12 @@ module.exports = {
|
|||
}),
|
||||
new CopyWebpackPlugin([
|
||||
{from: 'index.webpack.html', to: 'index.html'},
|
||||
{from: 'home.html', to: 'home.html'},
|
||||
{from: 'src/resources/img/progress.gif', to: 'src/resources/img/progress.gif'},
|
||||
{from: 'src/resources/img/logo.png', to: 'src/resources/img/logo.png'},
|
||||
{from: 'src/resources/app-config.json', to: 'src/resources/app-config.json'},
|
||||
{from: 'src/resources/app.version', to: 'src/resources/app.version'},
|
||||
{context: "src/resources/landing/", from: '**/*'}
|
||||
{from: 'src/resources/landing', to: 'src/resources/landing'}
|
||||
]),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: '[name].[hash].css',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue