Skip to content

Commit

Permalink
Merge pull request #61 from ivanvotti/fix-fingerprinting
Browse files Browse the repository at this point in the history
Add workaround for broccoli-asset-rev bug -- fixes #54
  • Loading branch information
ivanvotti authored Mar 26, 2018
2 parents 30ca1ab + 272a2a3 commit 8ef6b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module.exports = {
));

return new ViewerBuilder(mergeTreesIfNeeded(viewerBuilderNodes), {
outputFile: 'svg-jar.json'
outputFile: 'svg-jar-viewer.json'
});
},

Expand Down
Loading

0 comments on commit 8ef6b0c

Please sign in to comment.