-
Notifications
You must be signed in to change notification settings - Fork 1
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
Question #3
Comments
In theory should not resource files be under version control. We should generate them with a Makefile or py file. |
1)In that case I exclude files Images\white\qTodoTxt_style_rc.py and Images\dark\qTodoTxt_dark_style_rc.py from the repository "Images" 2)at this moment you need
3)I update program by QTodoTxt/QTodoTxt#369 now all must work |
maybe we should creare a script called update_resources.py in QTodotxt that On Mon, 21 Nov 2016 at 14:51 PKEv [email protected] wrote:
|
I do not quite understand your ideas |
Ideally we could use subrepositories, but they are complicated. So I On Mon, Nov 21, 2016, 15:37 PKEv [email protected] wrote:
|
What do you think about the use of the service to compile resources and create push commit to qtodotxt like in these instructions: https://gist.github.com/domenic/ec8b0fc8ab45f39403dd |
resources not change frequently, and the use of compiled resources, improves the stability program |
I propose to not have the compiled files under git at all On Mon, Nov 21, 2016, 21:13 PKEv [email protected] wrote:
|
I do not know how to, but the inclusion of a resource file under version control does not seem quite right to me.
Now this file each time you create a new, even if there were no changes to the image files
What do you think?
@oroulet
The text was updated successfully, but these errors were encountered: