mozilla / webmaker-android

Webmaker for Android
https://play.google.com/store/apps/details?id=org.mozilla.webmaker
Mozilla Public License 2.0
167 stars 113 forks source link

Add NPM tasks to gradle build files #2416

Closed ryanwarsaw closed 9 years ago

ryanwarsaw commented 9 years ago

Adds the command npm run build to the gradle build files to run before the app is actually compiled.

It also runs the command npm install if it has never been ran before, or if changes have been made to the package.json file or node_modules.

Closes mozilla/webmaker-core#365, mozilla/webmaker-core#281, mozilla/webmaker-core#276

/cc @thisandagain

thisandagain commented 9 years ago

Looks and works great. Tracking small follow-up with your changes in https://github.com/mozilla/webmaker-android/pull/2420 :sunglasses: