Hi folks! I'd like to introduce you a tool that I've been using for a few days already and helped me to improve my development workflow a little bit.
Omnipush [1] is a simple node.js script that looks for changes in JS components and/or modules (.js and .jsm files) in your mozilla central clone and push them to the device without rebuilding the whole package. It does it by directly editing/preprocessing the content of the omni.ja file based on the changes found in the m-c clone. It allows you to apply platform changes to the device in a few seconds. So far it only works with mercurial clones and with the device, but I'd like to improve the tool soon. Feel free to add issues in github. And of course pull requests are welcome! :) Cheers! / Fernando [1] https://github.com/ferjm/omnipush _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
