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

Restructure template to allow multiple profiles (cljx, lib/app, barebone, etc) #17

Open
Frozenlock opened this issue Dec 6, 2014 · 3 comments

Comments

@Frozenlock
Copy link
Contributor

Any ideas on how to do this in a way that won't become a mess after only 2-3 profiles?

@yogthos
Copy link
Member

yogthos commented Dec 7, 2014

What I've been doing with Luminus, is make sure that profiles do not conflict with one another in terms of functionality. That way we can mix and match any of the profiles safely. I also wouldn't expect having more than 2-3 profiles in practice as well to be honest.

@Frozenlock
Copy link
Contributor Author

I've been playing around with component recently and found a template built in a way to re-use many little components.

https://github.com/juxt/modular/blob/master/lein-template/resources/manifest.edn

It might be over-designing it (it's just a template after all), but I found the architecture intriguing.

@yogthos
Copy link
Member

yogthos commented Dec 31, 2014

That is a neat idea actually, it also opens up the option of making plugins as separate libraries which would be very cool. :)

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

2 participants