How do you guys manage working on a GreaseMonkey userscript and using git without having to re-install script after each modification or copying all the files before commiting?
I make reference to the fact that after installing a new script, GreaseMonkey create a new folder inside our Firefox profile, and we can not use an external directory (like the git one) as source. We have to modify the copied gm_script to test and see changes during development, but this means that git will not see the changes as there are two differents folder. I tried to modify the Greasemonkey config.xml in order to point my script file to the git one, but it fails. See my stackoverflow thread for a more precise question, please: http://stackoverflow.com/questions/30817814/how-to-correctly-work-on-a-greasemonkey-script-using-git -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
