Episode 1 Code :)
Whenever you want to produce a minified "production" version of your code pass in -Pproduction=true
or -Pprod=true
to your build command.
- generatePotFile - Generates a
src/main/resources/i18n/messages.pot
translation template file.
- run - Starts a webpack dev server on port 3000.
- browserWebpack - Bundles the compiled js files into
build/distributions
- zip - Packages a zip archive with all required files into
build/libs/*.zip