Skip to content
Snippets Groups Projects
Commit 417f1831 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Revert "Update file paths"

This reverts commit 924e825e.
parent 0d0fe371
No related branches found
No related tags found
No related merge requests found
@import "../../node_modules/reset-css/sass/_reset.scss";
@import "../../node_modules/purecss/build/pure.css";
@import "../../node_modules/\@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "../../node_modules/font-awesome/scss/font-awesome.scss";
@import "../../node_modules/selectize/dist/css/selectize.css";
@import "../../node_modules/highlight.js/styles/zenburn.css";
......
......@@ -84,7 +84,7 @@ module.exports = environment => {
}),
new CopyWebpackPlugin([
{
from: path.resolve(__dirname + '/node_modules/\@fortawesome/fontawesome-free/webfonts/*'),
from: path.resolve(__dirname + '/node_modules/font-awesome/fonts/*'),
to: 'fonts/',
flatten: true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment