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

Respect existing package.json? #23

Open
binarykitchen opened this issue Feb 25, 2015 · 5 comments
Open

Respect existing package.json? #23

binarykitchen opened this issue Feb 25, 2015 · 5 comments

Comments

@binarykitchen
Copy link

Hello again

Any chance this plugin could respect any existing package.json if there are any? This instead of creating a temporary one.

@binarykitchen
Copy link
Author

Reason is because I want to use https://www.npmjs.com/package/gulp-load-plugins and it cannot parse project.clj ...

@RyanMcG
Copy link
Owner

RyanMcG commented Jun 23, 2015

Maybe! I'm interested in design ideas or a PR!

@RyanMcG
Copy link
Owner

RyanMcG commented Aug 14, 2015

Do you mean persist package.json instead of creating an ephemeral version or do you mean only modify dependencies section of an existing package.json?

Would #35 help? I'm trying to decide what behaviour is best.

@binarykitchen
Copy link
Author

yep, don't create an epheremal package.json when there is already one. in our project we use leiningen and node.js/io.js together and run the one or other engine, depending on the environment.

@RyanMcG
Copy link
Owner

RyanMcG commented Apr 7, 2017

Take a look at #53. I don't think it's really what you want, but let me know if it would help or hurt your use-case.

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

No branches or pull requests

2 participants