Skip to content

Commit

Permalink
update standard svg path to /node_modules subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettelstab committed May 18, 2019
1 parent a10631f commit 7d84fe9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions dist/iqons.bundle.cjs.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/iqons.bundle.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/iqons.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/iqons.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/js/iqons.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ ${ content }
}
}

// @asset(/libraries/iqons/dist/iqons.min.svg)
Iqons.svgPath = '/libraries/iqons/dist/iqons.min.svg';
// @asset(/node_modules/@nimiq/iqons/dist/iqons.min.svg)
Iqons.svgPath = '/node_modules/@nimiq/iqons/dist/iqons.min.svg';

Iqons.ASSET_COUNTS = {
'top': 21,
Expand Down

0 comments on commit 7d84fe9

Please sign in to comment.