Skip to content

Commit

Permalink
Fix sprite path in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajdobrucki committed Sep 11, 2018
1 parent 8631791 commit 166b96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = (params) => {
iconsCatalogSrc: args.iconsCatalogSrc || "./icons",
saveCatalog: args.saveCatalog || "demo",
saveName: args.saveName || "index.html",
xLinkHref: args.xLinkHref || "../sprite/ikonate.svg"
xLinkHref: args.xLinkHref || "./ikonate.svg"
})

const DOM = new JSDOM(fs.readFileSync(options.templateSrc).toString("utf-8"));
Expand Down

0 comments on commit 166b96d

Please sign in to comment.