Skip to content

Conversation

@parisk
Copy link
Contributor

@parisk parisk commented Dec 13, 2016

Now that we publish lib to npm after #398, I do not think that there is any reason to keep the out directory.

Also this will make it easier for people that clone the bare repo to work (or else they will have to run the "prepublish" script).

@parisk parisk requested a review from Tyriar December 13, 2016 23:11
@parisk parisk modified the milestone: 2.3.0 Dec 13, 2016
@parisk parisk self-assigned this Dec 13, 2016
@Tyriar
Copy link
Member

Tyriar commented Dec 13, 2016

You will want to remove any generated test files in lib/, we don't want them in the npm package. Do glob patterns work in package.json files?

@blink1073
Copy link
Contributor

Yes, they do: https://github.com/jupyterlab/services/blob/eb5b3d78c0485e0b761116341e7a98729852f966/package.json#L57

.lock-wscript
out/
lib/*.test.js
lib/*.test.js.map
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • lib/test/ which is out older tests yet to be migrated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch. Rebased: 230d277

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-rebased :trollface: : e23956c

@parisk parisk merged commit 6639b2c into master Dec 13, 2016
@Tyriar Tyriar deleted the build-ts-into-lib branch December 14, 2016 00:40
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

Successfully merging this pull request may close these issues.

4 participants