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

Pre-compile application on kitto.new #101

Open
davejlong opened this issue Mar 28, 2017 · 2 comments
Open

Pre-compile application on kitto.new #101

davejlong opened this issue Mar 28, 2017 · 2 comments

Comments

@davejlong
Copy link
Member

As the CLI is built out more, to lower the barrier of entry, when running mix kitto.new the application should get compiled to make all mix tasks immediately available.

@zorbash
Copy link
Member

zorbash commented Apr 1, 2017

I like the idea, though in order for the dependencies to be compiled they have to be fetched before via: mix deps.get which is currently optional in mix kitto.new.

The best option seems to me to split the currentFetch and install dependencies? [Yn] question in 2 parts:

  • Fetch and install Elixir dependencies? [Yn]
  • Fetch and install JavaScript dependencies? [Yn]

When the user chooses to install Elixir dependencies we can also mix deps.compile to make the mix tasks available.

@davejlong
Copy link
Member Author

Another option for building this is to code it into kitto_new instead of Kitto core.

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