Confirmed users
355
edits
Nalexander (talk | contribs) |
Nalexander (talk | contribs) |
||
| Line 72: | Line 72: | ||
=== Why aren't my JavaScript changes being noticed? === | === Why aren't my JavaScript changes being noticed? === | ||
The Gradle configuration recognizes JavaScript changes (like ''mobile/android/chrome/content/browser.js'' and ''mobile/android/modules/Messaging.jsm'') underneath the ''mobile/android'' directory. It does not recognize changes in other places in the tree, including under ''toolkit/''. To make Gradle pick up your changes, modify a JavaScript file under ''mobile/android''. Or, if you have a command line handy, run | The Gradle configuration recognizes JavaScript changes (like ''mobile/android/chrome/content/browser.js'' and ''mobile/android/modules/Messaging.jsm'') underneath the ''mobile/android'' directory. It does not recognize changes in other places in the tree, including under ''toolkit/''. To make Gradle pick up your changes, modify a JavaScript file under ''mobile/android''. Or, if you have a command line handy, run | ||
mach build mobile/android/base/gradle-omnijar | |||
Then re-run Gradle; you should find your changes are noticed. | |||
=== Import problems === | === Import problems === | ||