mozilla / webmaker-android

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

Add NPM tasks to gradle build #2420

Closed thisandagain closed 9 years ago

thisandagain commented 9 years ago

Debug will run npm run copy:core Release will run npm run build

gvn commented 9 years ago

Well, I can't fully grok the Java code, but this seems to work well for me.

I did have to run sudo chown -R $(whoami) ~/.npm to get it running without errors.

Can we update the README as part of this PR?

ryanwarsaw commented 9 years ago

Looks great, :+1:

thisandagain commented 9 years ago

Docs updated!