How long has minification been broken?
This commit is contained in:
parent
df49e37654
commit
c39b2736c2
5 changed files with 10 additions and 5 deletions
3
index.js
3
index.js
|
@ -16,10 +16,9 @@ app.listen(PORT, () => {
|
|||
})
|
||||
|
||||
var cachePath = path.join(__dirname, 'cached')
|
||||
var fontPath = path.join(staticpath, "fonts")
|
||||
var assetPath = path.join(__dirname, "assets")
|
||||
|
||||
app.use("/fonts", express.static(fontPath))
|
||||
app.use("/fonts", express.static(path.join(assetPath, "fonts")))
|
||||
app.use("/cached", express.static(cachePath))
|
||||
app.use("/imgs", express.static(path.join(assetPath, "Images")))
|
||||
app.use("/snds", express.static(path.join(assetPath, "Sounds")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue