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

[Suggestion] put dist into .gitignore file #8

Closed
finscn opened this issue Aug 26, 2017 · 3 comments
Closed

[Suggestion] put dist into .gitignore file #8

finscn opened this issue Aug 26, 2017 · 3 comments
Labels

Comments

@finscn
Copy link
Contributor

finscn commented Aug 26, 2017

No description provided.

@ivanpopelyshev
Copy link
Collaborator

I dont have a way to distribute binaries independently. Same for other plugins.

Not all people use npm.

@englercj
Copy link
Member

englercj commented Aug 26, 2017

I dont have a way to distribute binaries independently. Same for other plugins.

You can upload built files on github releases (for example).

@d3dc
Copy link

d3dc commented Oct 23, 2019

If you type:

npm install pixijs/pixi-projection#branch

it will download the repo and read the package.json file:

 "main": "./dist/pixi-projection.js",
 "types": "./dist/pixi-projection.d.ts",

this wouldn't work if these files didn't exist.

edit: Github Releases can be installed similarly, but only for published changes.

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

No branches or pull requests

5 participants