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

Move Pixi.js dependency to node modules #28

Open
abaybektursun opened this issue Sep 9, 2018 · 1 comment
Open

Move Pixi.js dependency to node modules #28

abaybektursun opened this issue Sep 9, 2018 · 1 comment

Comments

@abaybektursun
Copy link

abaybektursun commented Sep 9, 2018

Currently, Metacar requires you to have script tag in html to import Pixi.js dependency

<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.7.1/pixi.min.js"></script>

I tried removing it and npm installing pixi.js package, but Metacar did not work:

metacar.min.js:1 Uncaught TypeError: Cannot read property 'Application' of undefined

Need to be able to install Pixi.js from npm.

@abaybektursun
Copy link
Author

This probably should be merged with #29

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

No branches or pull requests

1 participant