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

Make generator task runner agnostic #2

Open
charypar opened this issue Jan 9, 2015 · 1 comment
Open

Make generator task runner agnostic #2

charypar opened this issue Jan 9, 2015 · 1 comment

Comments

@charypar
Copy link
Member

charypar commented Jan 9, 2015

Once the CLI can build without any cooperation from the app (arch-js/arch-cli#4) we can remove all task runner handling from the generator and not require a task runner at all.

The reasoning behind it is you shouldn't need a task runner to compile a Reflex app and if you do use one, you should integrate reflex build into it, not run the build from it. That way we can change the build step and not ask people to upgrade. We're also not opinionated about supported task runners.

We can still easily use gulp behind the scenes to do reflex build.

@charypar
Copy link
Member Author

@tabazevedo this has been the case for a while, right?

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