-
Notifications
You must be signed in to change notification settings - Fork 2
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
Generate files on compile time instead of adding them to version control #29
Comments
I was able to figure out the following (From https://github.com/tue-robotics/tue_mobile_ui/blob/master/CONTRIBUTING.md and some testing). required packages:
Install/build steps:
Install/build steps (challenge_open):
I haven't figured out yet:
@Rayman Is it correct what I figured out and could you help us with the remaining issues? |
Another option is to compile in CI and only download the resulting files in the tue-env target I have some code snippets that would accomplish this if anyone is interested |
Something like this in
|
Better to switch fully to |
Grunt isn't used anymore. It's only |
This way the changes and pull requests become much more clear on what is actually changed.
The text was updated successfully, but these errors were encountered: