Skip to content

Commit fd4136a

Browse files
committed
Fix fonts-dir
1 parent b030699 commit fd4136a

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package.json export-ignore
55
package-lock.json export-ignore
66
/css/.gitkeep export-ignore
7-
/fonts/.gitkeep export-ignore
7+
/webfonts/.gitkeep export-ignore
88
/icons/.gitkeep export-ignore
99
/js/.gitkeep export-ignore
1010
/js/postSubmit.js export-ignore

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!/css/.gitkeep
2-
!/fonts/.gitkeep
2+
!/webfonts/.gitkeep
33
!/js/.gitkeep
44
/super-linter-output/
55
/js/postSubmit.js
File renamed without changes.

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = environment => {
7777
patterns: [
7878
{
7979
from: path.resolve(__dirname + '/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid*'),
80-
to: 'fonts/[name][ext]'
80+
to: 'webfonts/[name][ext]'
8181
}
8282
]
8383
}),

0 commit comments

Comments
 (0)