Feature:
Adding a new param in the config file to choose if we want to minify the code during building or not.
Motivation:
Code is always minified so he is ugly and unreadable.
Unminified code is not a problem for low traffic websites where the bandwidth will not be a problem if serving unminified code.
Pitch:
See motivation. Reading the optional param in the config file, instead of blindly minifying.