Skip to content

Commit

Permalink
update addon installation to not look for extra tippy file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple committed Oct 11, 2018
1 parent 77cc3c9 commit 6a32968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
'shepherd.js'() {
const include = [
'dist/js/tippy.all.min.js',
'dist/js/shepherd.js'
];

Expand All @@ -39,7 +38,6 @@ module.exports = {
return {
import: {
include,
vendor: ['dist/js/tippy.all.min.js.map'],
processTree(tree) {
return fastbootTransform(tree);
}
Expand Down

0 comments on commit 6a32968

Please sign in to comment.