Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Casing issue causing problems on Linux #87

Open
ayushsinghvi92 opened this issue Jun 21, 2017 · 2 comments · May be fixed by #94
Open

Casing issue causing problems on Linux #87

ayushsinghvi92 opened this issue Jun 21, 2017 · 2 comments · May be fixed by #94

Comments

@ayushsinghvi92
Copy link

ayushsinghvi92 commented Jun 21, 2017

The dist file, dist/angular-flickity.js does require('Flickity'); which crashes on case-sensitive OS like Linux while working fine on a Mac.

@benjamincharity
Copy link
Owner

Currently I have no solution for this as I am not entirely sure why it is happening.

I do know that the underlying library (Flickity) uses the uppercase version of it's name. window.Flickity: https://unpkg.com/[email protected]/dist/flickity.pkgd.js

When I try to change my project to using lowercase via the webpack config, it seems to break everything.

I am very open to contributions / clarity on this as I would like it to work everywhere. 🙏

@wadehammes
Copy link

Coworker and I are going to take a look today, as this is causing issues in our Docker container (which is linux). If we come up with any ideas, we will submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants