Skip to content

Commit

Permalink
Adding hub.html #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Waschnick committed Nov 8, 2017
1 parent 1c011ff commit a7301d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 5 additions & 4 deletions etc/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ module.exports = {
name: ['polyfills'].reverse()
},
indexFiles: [{
filename: 'hub.html',
template: path.resolve(sourcePath, '', 'hub.html'),
chunks: ['hub'],
chunksSortMode: 'dependency'
}, {
filename: 'demos/direct-integration.html',
template: path.resolve(sourcePath, 'demos', 'direct-integration.html'),
chunks: ['demos/direct-integration'],
Expand Down Expand Up @@ -115,10 +120,6 @@ module.exports = {
from: path.resolve(sourcePath, 'index.html'),
to: 'index.html'

}, {
from: path.resolve(sourcePath, 'hub.html'),
to: 'hub.html'

}, {
from: path.resolve(sourcePath, 'demos', 'tealium-integration-test.html'),
to: 'demos/tealium-integration-test.html'
Expand Down
7 changes: 1 addition & 6 deletions src/hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
<title>OIL - Hub-HTML</title>
</head>

<body>

MyPass

<script type="text/javascript" src="../hub.1.0.2.min.js"></script>
</body>
<body>Axel Springer Ideas Engineering - Opt-In Layer (OIL) HUB</body>

</html>

0 comments on commit a7301d9

Please sign in to comment.