The "build" task performs a single build of the javascript and SASS
  composition root(s).

Examples:
  angularity build       Run this task
  angularity build -u    Run this task but do not minify javascript


Options:
  --help, -h, -?         This help message
  --unminified, -u       Inhibit minification of javascript     [default: false]
  --jshint-reporter, -j  Specify a custom JsHint reporter to use. Either a
                         locally npm installed module, or the absolute path to
                         one.            [default: "angularity-jshint-reporter"]