Skip to content

Commit

Permalink
docs: align icon copy script with other fonts (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed Mar 3, 2020
1 parent 7dd2533 commit d36f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-library-config.js
Expand Up @@ -25,6 +25,6 @@ fs.copyFile(fontPathLight, 'docs/css/72-Light.woff', (err) => {
fs.copyFile(fontPathBold, 'docs/css/72-Bold.woff', (err) => {
if (err) throw err;
});
fs.copyFile(iconPath, 'docs/css/fonts/SAP-icons.woff', (err) => {
fs.copyFile(iconPath, 'docs/css/SAP-icons.woff', (err) => {
if (err) throw err;
});

0 comments on commit d36f505

Please sign in to comment.