-
Notifications
You must be signed in to change notification settings - Fork 93
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
Missing angular2-toaster.ts
in repository
#60
Comments
Great catch! The |
Thanks! Actually, shouldn't those build output files be also deleted and ignored from source control? On a separate topic, actually also |
No, because these are entry points that need to be modified if the module changes. They do belong in source control. That said, yes, the typings directory can be removed from source control, but it is referenced via tsd.json. I don't think that removing it has a strong enough argument currently since typings are used in builds and tests. |
Of course those file are there for some reason. Was just questioning whether they could be generated, hence being output of some tool, as opposed to "manually edited" sources.
E.g. for our projects, "postinstall": "npm run install-typings",
"install-typings": "typings install", Anyway, just questioning. Feel free to close this issue when more appropriate! 👍 |
Thanks for the suggestions! They're very appreciated! |
Hi there. package.json states that project entry point is given by
but then, there's no such file in repository root. Instead you can find its js, js.map, d.ts cloned counterparts there:
The text was updated successfully, but these errors were encountered: