Skip to content

Extract tns-core-modules on root level of tns_modules #2156

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

Merged
merged 1 commit into from
Oct 26, 2016

Conversation

petekanev
Copy link
Contributor

This PR aims to partially revert changes made in #2152 such that tns-core-modules submodules will once again be copied directly into tns_modules.

@hdeshev @dtopuzov

@@ -30,6 +30,8 @@ export class TnsModulesCopy {
Future.wait(deleteFilesFutures);

shelljs.rm("-rf", path.join(tnsCoreModulesResourcePath, "node_modules"));
shelljs.cp("-Rf", path.join(tnsCoreModulesResourcePath, "*"), this.outputRoot);
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a scare comment why we're doing all this crap, and we have a deal 😁

@petekanev petekanev force-pushed the pete/copy-node_modules branch from 857f617 to d140a7c Compare October 26, 2016 08:44
@petekanev petekanev merged commit 859c8ea into master Oct 26, 2016
@petekanev petekanev deleted the pete/copy-node_modules branch November 7, 2016 08:23
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.

2 participants