mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
[chore] Moving vendor styling to the build directory
This commit is contained in:
parent
0f0e5c5f9c
commit
59f525f08b
File diff suppressed because one or more lines are too long
2
0.css → dist/vendor.css
vendored
2
0.css → dist/vendor.css
vendored
@ -298,4 +298,4 @@ template {
|
|||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL=0.css.map*/
|
/*# sourceMappingURL=vendor.css.map*/
|
@ -25,7 +25,7 @@
|
|||||||
ga('create', 'UA-100157497-1', 'auto');
|
ga('create', 'UA-100157497-1', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
<link rel="shortcut icon" href="favicon.ico"><link href="0.css" rel="stylesheet"><link href="dist/engine.css" rel="stylesheet"></head>
|
<link rel="shortcut icon" href="favicon.ico"><link href="dist/vendor.css" rel="stylesheet"><link href="dist/engine.css" rel="stylesheet"></head>
|
||||||
<body>
|
<body>
|
||||||
<div id="entire-game-container" style="visibility:hidden;">
|
<div id="entire-game-container" style="visibility:hidden;">
|
||||||
<div id="mainmenu-container">
|
<div id="mainmenu-container">
|
||||||
|
@ -67,8 +67,7 @@ module.exports = (env, argv) => {
|
|||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: "[name].css",
|
filename: "[name].css"
|
||||||
chunkFilename: "[id].css"
|
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
target: "web",
|
target: "web",
|
||||||
|
Loading…
Reference in New Issue
Block a user