u-ryo's blog

various information for coding...

How to Build My Web Application Product

| Comments

Private memo

To build hondaPortal, cd to hondaPortalView, bower install and npm install first to set up javascript libraries. And return to the parent directory and try gradlew. If the build process encounters an error on imagemin in hondaPortalView, I found a workaround at Fatal error: Cannot read property 'contents' of undefined #330.

1
2
cd node_modules/grunt-contrib-imagemin
npm install imagemin@4.0.0

Comments