Merge pull request #1206 from Minnozz/fix-1204-glyphicons-location

Fix glyphicons location in build dir
This commit is contained in:
Lorenz Hübschle-Schneider 2022-02-03 13:54:10 +01:00 committed by GitHub
commit cd4a57671b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ module.exports = {
},
{
from: "../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2",
to: "css/"
to: "fonts/"
},
{ from: "../node_modules/emojione/lib/js/emojione.min.js" },
{ from: "../node_modules/linkifyjs/dist/linkify.min.js" },