Popper-core: Double "dist" dir

Created on 14 Nov 2017  路  8Comments  路  Source: popperjs/popper-core

Steps to reproduce the problem

  1. Install [email protected] with bower

What is the expected behavior?

The file popper.js should be located in dist/popper.js.

What went wrong?

The file popper.js is located in dist/dist/popper.js.

# BUG 馃悶 low high

All 8 comments

What are you using to install the library? With npm everything seems right:
https://unpkg.com/[email protected]/

I have the same problem with bower.

Thanks for the heads up, I'll see what I can do ASAP

@FezVrasta I installed it using bower.

@FezVrasta does this has to do something with copy command in bower-publish.sh

cp -R dist ../../dist

This will copy the dist folder inside the other dist folder.

Instead using cp -R dist/* ../../dist should fix the issue.

Yes that's prob it

Please try 1.12.9, it should be okay

Thank you :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DawnWright picture DawnWright  路  4Comments

rosskevin picture rosskevin  路  6Comments

nainardev picture nainardev  路  3Comments

kerf007 picture kerf007  路  3Comments

Johann-S picture Johann-S  路  3Comments