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

Add dev option for importing components #126

Closed
brollb opened this issue Mar 4, 2016 · 3 comments
Closed

Add dev option for importing components #126

brollb opened this issue Mar 4, 2016 · 3 comments

Comments

@brollb
Copy link
Contributor

brollb commented Mar 4, 2016

Components should have an ignore option which doesn't allow the component to be shared and adds the component directory to an .npmignore directory

@brollb
Copy link
Contributor Author

brollb commented Mar 10, 2016

the flag will be --private or -p

brollb added a commit that referenced this issue Mar 10, 2016
Need to update `add`
@brollb
Copy link
Contributor Author

brollb commented Apr 2, 2016

This may not be possible/desired in general. It may be a feature only added to seeds (as test seeds could be larger than desired and result in unnecessary bloat in dependencies).

Other components for testing may also add some bloat but a significantly lesser amount as opposed to seeds

@brollb
Copy link
Contributor Author

brollb commented May 14, 2016

One possible option for this could be adding this for the import command which installs the dependent project to devDependencies

@brollb brollb changed the title Add ignore option for components Add dev option for importing components May 14, 2016
brollb added a commit that referenced this issue May 14, 2016
@brollb brollb closed this as completed in 4025bd4 May 14, 2016
brollb added a commit that referenced this issue May 14, 2016
Added --dev option for import. Fixes #126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant