mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
prevent naming conflicts in www/tutorial
This commit is contained in:
parent
9c3bf4ca77
commit
0b744587fa
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
entry: "./app/main.ts",
|
||||
output: {
|
||||
path: __dirname,
|
||||
filename: "./dist/bundle.js",
|
||||
filename: "./dist/inspec_tutorial.js",
|
||||
},
|
||||
|
||||
// Enable sourcemaps for debugging webpack's output.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- build:css css/combined.css -->
|
||||
<!-- build:css css/inspec_tutorial.css -->
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="node_modules/xterm/src/xterm.css">
|
||||
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.css">
|
||||
|
@ -13,7 +13,7 @@
|
|||
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- build:js scripts/combined.js -->
|
||||
<!-- build:js scripts/inspec_tutorial.js -->
|
||||
<script src="node_modules/xterm/src/xterm.js"></script>
|
||||
<script src="node_modules/xterm/addons/fit/fit.js"></script>
|
||||
<!-- Polyfill for older browsers -->
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||
<!-- endbuild -->
|
||||
|
||||
<script src="dist/bundle.js"></script>
|
||||
<script src="dist/inspec_tutorial.js"></script>
|
||||
|
||||
<my-app>Loading...</my-app>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue